[COMMITTERS] pgsql: Updates to reflect that pg_ctl stop -m fast is the default

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Updates to reflect that pg_ctl stop -m fast is the default
Дата
Msg-id E1cSE38-0004Wz-La@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix some more regression test row-order-instability issues.
Следующее
От: Amit Langote
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix some more regression testrow-order-instability issues.