| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Document the existence of the socket lock file under |
| Date: | 2010-08-26 22:00:32 |
| Message-ID: | 20100826220032.2F6A37541D7@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marc G. Fournier | 2010-08-27 03:04:41 | pgsql: tag rc1 ... |
| Previous Message | Tom Lane | 2010-08-26 22:00:19 | pgsql: Document the existence of the socket lock file under |