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.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/f545d233ebce6971b6f9847680e48b679e707d22 Modified Files -------------- src/bin/pg_ctl/t/001_start_stop.pl | 3 ++- src/bin/pg_ctl/t/002_status.pl | 3 ++- src/test/perl/TestLib.pm | 14 ++++++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
