]> granicus.if.org Git - postgresql/commit
Use a separate temporary directory for the Unix-domain socket
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 3 Jul 2014 01:44:02 +0000 (21:44 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 3 Jul 2014 01:47:14 +0000 (21:47 -0400)
commitf545d233ebce6971b6f9847680e48b679e707d22
tree358a239fc12070ca352c161ba0a997a2881015ca
parent0490db62871dc6888c52bd9465d9ade16ab8e795
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.
src/bin/pg_ctl/t/001_start_stop.pl
src/bin/pg_ctl/t/002_status.pl
src/test/perl/TestLib.pm