pgsql: Add adjust_conf method to PostgresNode

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Add adjust_conf method to PostgresNode
Дата
Msg-id E1m92qb-00054b-WE@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix typo in tab-complete.c
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Remove the last vestiges of Exporter from PostgresNode