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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Use a separate temporary directory for the Unix-domain socket
Дата
Msg-id E1X2WO4-0008H2-9d@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Support vpath builds in TAP tests
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Support vpath builds in TAP tests