Use a separate temporary directory for the Unix-domain socket

Peter Eisentraut <peter_e@gmx.net>

Commit: f545d233ebce6971b6f9847680e48b679e707d22
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-07-03T01:47:14Z
Releases: 9.5.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