Add adjust_conf method to PostgresNode
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:07 +0000 (05:58 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:07 +0000 (05:58 -0400)
commitdbfe6e4b1766369654e20113b0cab79bd939d544
treea4921726e10edc4dac26d91a0cc8a186ee86e320
parentb33259e261ae99dc7c503a6a7615bd492047588b
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.
src/test/perl/PostgresNode.pm