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(-)