postgresql/src/backend/utils/init
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix
socket file, in favor of having an ordinary lockfile beside the socket file.
Clean up a few robustness problems in the lockfile code.  If postmaster is
going to reject a connection request based on database state, it will now
tell you so before authentication exchange not after.  (Of course, a failure
after is still possible if conditions change meanwhile, but this makes life
easier for a yet-to-be-written pg_ping utility.)
2000-11-29 20:59:54 +00:00
..
findbe.c Another round of those unportable config/build changes :-/ 2000-07-09 13:14:19 +00:00
globals.c Keep track of the last active slot in the shared ProcState array, so 2000-11-12 20:51:52 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
miscinit.c Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 2000-11-29 20:59:54 +00:00
postinit.c Significant cleanups in SysV IPC handling (shared mem and semaphores). 2000-11-28 23:27:57 +00:00