Add -w back to the flags for pg_ctl (re)start in PostgresNode
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:06 +0000 (05:58 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:06 +0000 (05:58 -0400)
commitb33259e261ae99dc7c503a6a7615bd492047588b
tree2acd629ca6dbfc6367caf7f1ad8da7d35b22998b
parent15c6ede04577f856f702bf0a032297de667f382a
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.
src/test/perl/PostgresNode.pm