pgsql: Add a getter function for a PostgresNode install_path

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add a getter function for a PostgresNode install_path
Date: 2021-07-29 10:01:02
Message-ID: E1m92qc-00054n-1e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-07-29 10:09:39 pgsql: Remove unused directory from test/ssl .gitignore
Previous Message Andrew Dunstan 2021-07-29 10:01:01 pgsql: Add adjust_conf method to PostgresNode