pgsql: Use a separate temporary directory for the Unix-domain socket - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use a separate temporary directory for the Unix-domain socket
Date
Msg-id E1X2WO4-0008H6-9n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use a separate temporary directory for the Unix-domain socket

Creating the Unix-domain socket in the build directory can run into
name-length limitations.  Therefore, create the socket file in the
default temporary directory of the operating system.  Keep the temporary
data directory etc. in the build tree.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6b56bc16cdf0c59e7d18ec046b2ed63bc82faf7b

Modified Files
--------------
src/bin/pg_ctl/t/001_start_stop.pl |    3 ++-
src/bin/pg_ctl/t/002_status.pl     |    3 ++-
src/test/perl/TestLib.pm           |   14 ++++++++++++--
3 files changed, 16 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Support vpath builds in TAP tests
Next
From: Tom Lane
Date:
Subject: pgsql: Improve support for composite types in PL/Python.