pg_ctl: Change default to wait for all actions

Peter Eisentraut <peter_e@gmx.net>

Commit: 05cd12ed5bc74c853a161c5a138a0cb6f9b0cb8a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-01-14T14:15:08Z
Releases: 10.0
pg_ctl: Change default to wait for all actions

The different actions in pg_ctl had different defaults for -w and -W,
mostly for historical reasons.  Most users will want the -w behavior, so
make that the default.

Remove the -w option in most example and test code, so avoid confusion
and reduce verbosity.  pg_upgrade is not touched, so it can continue to
work with older installations.

Reviewed-by: Beena Emerson <memissemerson@gmail.com>
Reviewed-by: Ryan Murphy <ryanfmurphy@gmail.com>

Files

Documentation touched