Use a separate temporary directory for the Unix-domain socket
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |