pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode
Дата
Msg-id E1m92qb-00054a-Vv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add -w back to the flags for pg_ctl (re)start in PostgresNode

This is now the default for pg_ctl, but having the flag here explicitly
does no harm and helps with backwards compatibility of the PostgresNode
module.

Branch
------
master

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

Modified Files
--------------
src/test/perl/PostgresNode.pm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

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