[COMMITTERS] pgsql: pg_upgrade: Fix for changed pg_ctl default stop mode

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: pg_upgrade: Fix for changed pg_ctl default stop mode
Дата
Msg-id E1cS9I2-0007az-SF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade: Fix for changed pg_ctl default stop mode

In 9.5, the default pg_ctl stop mode was changed from "smart" to "fast".
pg_upgrade still thought the default mode was "smart" and only specified
the mode when "fast" was asked for.  This results in using "fast" all
the time.  It's not clear what the effect in practice is, but fix it
nonetheless to restore the previous behavior.

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f7acc0397c60ed13137d7392e4210eb0f9d5877e

Modified Files
--------------
src/bin/pg_upgrade/server.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix a bug in how we generate partition constraints.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: In PL/Tcl tests,don't choke if optional error fields are missin