pgsql: Add a getter function for a PostgresNode install_path - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add a getter function for a PostgresNode install_path
Date
Msg-id E1m92qc-00054n-1e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a getter function for a PostgresNode install_path

Experience has shown this can be useful, and while not strictly necessary
we should not normally expose the internals of PostgresNode objects.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/87076c40834c2971f073f69be33a5f95ffa8f8a1

Modified Files
--------------
src/test/perl/PostgresNode.pm | 14 ++++++++++++++
1 file changed, 14 insertions(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Remove unused directory from test/ssl .gitignore