| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Updates to reflect that pg_ctl stop -m fast is the default |
| Date: | 2017-01-14 02:26:34 |
| Message-ID: | E1cSE38-0004Wz-La@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/e574f15d6295b12c03ef8810c00976b65933711a
Modified Files
--------------
contrib/start-scripts/freebsd | 4 ++--
contrib/start-scripts/linux | 4 ++--
contrib/start-scripts/osx/PostgreSQL | 4 ++--
doc/src/sgml/ref/pg_ctl-ref.sgml | 2 +-
src/bin/pg_ctl/t/001_start_stop.pl | 10 +++++-----
src/bin/pg_ctl/t/002_status.pl | 2 +-
src/test/regress/pg_regress.c | 2 +-
src/tools/msvc/vcregress.pl | 4 ++--
8 files changed, 16 insertions(+), 16 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Langote | 2017-01-14 04:36:05 | Re: [COMMITTERS] pgsql: Fix a bug in how we generate partition constraints. |
| Previous Message | Tom Lane | 2017-01-13 22:32:43 | pgsql: Fix some more regression test row-order-instability issues. |