pgsql: Add adjust_conf method to PostgresNode - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add adjust_conf method to PostgresNode
Date
Msg-id E1m92qb-00054b-WE@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix typo in tab-complete.c
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Remove the last vestiges of Exporter from PostgresNode