Updates to reflect that pg_ctl stop -m fast is the default
Peter Eisentraut <peter_e@gmx.net>
Updates to reflect that pg_ctl stop -m fast is the default Various example and test code used -m fast explicitly, but since it's the default, this can be omitted now or should be replaced by a better example. pg_upgrade is not touched, so it can continue to operate with older installations.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/start-scripts/freebsd | modified | +2 −2 |
| contrib/start-scripts/linux | modified | +2 −2 |
| contrib/start-scripts/osx/PostgreSQL | modified | +2 −2 |
| doc/src/sgml/ref/pg_ctl-ref.sgml | modified | +1 −1 |
| src/bin/pg_ctl/t/001_start_stop.pl | modified | +5 −5 |
| src/bin/pg_ctl/t/002_status.pl | modified | +1 −1 |
| src/test/regress/pg_regress.c | modified | +1 −1 |
| src/tools/msvc/vcregress.pl | modified | +2 −2 |