pgsql: Use a separate temporary directory for the Unix-domain socket

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use a separate temporary directory for the Unix-domain socket
Date: 2014-07-03 02:04:36
Message-ID: E1X2WO4-0008H6-9n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6b56bc16cdf0c59e7d18ec046b2ed63bc82faf7b

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-07-03 20:10:55 pgsql: Improve support for composite types in PL/Python.
Previous Message Kevin Grittner 2014-07-02 20:27:59 pgsql: Smooth reporting of commit/rollback statistics.