Use a separate temporary directory for the Unix-domain socket

Peter Eisentraut <peter_e@gmx.net>

Commit: 6b56bc16cdf0c59e7d18ec046b2ed63bc82faf7b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-07-03T01:48:35Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/bin/pg_ctl/t/001_start_stop.pl modified +2 −1
src/bin/pg_ctl/t/002_status.pl modified +2 −1
src/test/perl/TestLib.pm modified +12 −2