pgsql: Prefix temp data dirs with the node name - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Prefix temp data dirs with the node name
Date
Msg-id E1abEEq-00013I-AZ@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix PL/Tcl's encoding conversion logic.
Next
From: Tom Lane
Date:
Subject: pgsql: Create stub functions to support pg_upgrade of old contrib/tsear