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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode
Date: 2021-07-29 10:01:01
Message-ID: E1m92qb-00054a-Vv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-07-29 10:01:02 pgsql: Unify PostgresNode's new() and get_new_node() methods
Previous Message Michael Paquier 2021-07-29 05:51:12 pgsql: Fix typo in tab-complete.c