postgresql/src/include/libpq
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster.
Replace unix_socket_directory with unix_socket_directories, which is a list
of socket directories, and adjust postmaster's code to allow zero or more
Unix-domain sockets to be created.

This is mostly a straightforward change, but since the Unix sockets ought
to be created after the TCP/IP sockets for safety reasons (better chance
of detecting a port number conflict), AddToDataDirLockFile needs to be
fixed to support out-of-order updates of data directory lockfile lines.
That's a change that had been foreseen to be necessary someday anyway.

Honza Horak, reviewed and revised by Tom Lane
2012-08-10 17:27:15 -04:00
..
auth.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
be-fsstubs.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
crypt.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
hba.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
ip.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
libpq-be.h Remove arbitrary limitation on length of common name in SSL certificates. 2012-02-23 15:48:04 -05:00
libpq-fs.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
libpq.h Support having multiple Unix-domain sockets per postmaster. 2012-08-10 17:27:15 -04:00
md5.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pqcomm.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pqformat.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pqsignal.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00