| From: | tgl(at)postgresql(dot)org |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/backend/utils/init (miscinit.c) |
| Date: | 2000-11-29 20:59:53 |
| Message-ID: | 200011292059.eATKxrO33835@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Wednesday, November 29, 2000 @ 15:59:53
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/init
from hub.org:/home/projects/pgsql/tmp/cvs-serv33803/src/backend/utils/init
Modified Files:
miscinit.c
----------------------------- Log Message -----------------------------
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.)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | tgl | 2000-11-29 20:59:54 | pgsql/src/bin/pg_ctl (pg_ctl.sh) |
| Previous Message | tgl | 2000-11-29 20:59:52 | pgsql/src/backend/libpq (pqcomm.c) |