]> 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:48:35 +0000 (21:48 -0400)
commit6b56bc16cdf0c59e7d18ec046b2ed63bc82faf7b
treea01b64a337aee08b4c00186276d014b905313abc
parent04163ff1b98651ac2e04384ae8d84d8d1cb5dd60
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