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

From Andrew Dunstan
Subject pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode
Date
Msg-id E1m92qb-00054a-Vv@gemulon.postgresql.org
Whole thread Raw
List 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 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