]> granicus.if.org Git - postgresql/commit
Updates to reflect that pg_ctl stop -m fast is the default
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 13 Jan 2017 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 14 Jan 2017 02:25:36 +0000 (21:25 -0500)
commite574f15d6295b12c03ef8810c00976b65933711a
tree1cc705093b799a1bf3af211e8d96437609cb7f7d
parent5ad966ab1c50e829462f2b3e3ffa59e2d95479e6
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.
contrib/start-scripts/freebsd
contrib/start-scripts/linux
contrib/start-scripts/osx/PostgreSQL
doc/src/sgml/ref/pg_ctl-ref.sgml
src/bin/pg_ctl/t/001_start_stop.pl
src/bin/pg_ctl/t/002_status.pl
src/test/regress/pg_regress.c
src/tools/msvc/vcregress.pl