pgsql: Document the existence of the socket lock file under

Started by Tom Lanealmost 16 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Document the existence of the socket lock file under unix_socket_directory,
which is perhaps not a terribly good spot for it but there doesn't seem to be
a better place. Also add a source-code comment pointing out a couple reasons
for having a separate lock file. Per suggestion from Greg Smith.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.294.2.8 -> r1.294.2.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.294.2.8&r2=1.294.2.9)
pgsql/src/backend/libpq:
pqcomm.c (r1.212 -> r1.212.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c?r1=1.212&r2=1.212.2.1)