pgsql: Add adjust_conf method to PostgresNode

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add adjust_conf method to PostgresNode
Date: 2021-07-29 10:01:01
Message-ID: E1m92qb-00054b-WE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add adjust_conf method to PostgresNode

This method will modify or delete an existing line in the config file
rather than simply appending to the file. This makes adjustment of files
for older versions much simpler and more compact.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dbfe6e4b1766369654e20113b0cab79bd939d544

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-07-29 10:01:02 pgsql: Unify PostgresNode's new() and get_new_node() methods
Previous Message Michael Paquier 2021-07-29 05:51:12 pgsql: Fix typo in tab-complete.c