pgsql: Prefix temp data dirs with the node name

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Prefix temp data dirs with the node name
Дата
Msg-id E1abEEq-00013I-AZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prefix temp data dirs with the node name

This makes it easier to relate the temporary data dirs to each node in
a test script.

Author: Kyotaro Horiguchi
Reviewed-By: Craig Ringer, Alvaro Herrera

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cc6077d4d540d821548b704dc6e2f349da736f62

Modified Files
--------------
src/test/perl/PostgresNode.pm | 2 +-
src/test/perl/TestLib.pm      | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix PL/Tcl's encoding conversion logic.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Create stub functions to support pg_upgrade of old contrib/tsear