[COMMITTERS] pgsql: pg_upgrade: Fix for changed pg_ctl default stop mode - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_upgrade: Fix for changed pg_ctl default stop mode
Date
Msg-id E1cS9I2-0007ax-SA@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7f5b043d69a83e44e22a6b42f902e3e268b80a24

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix a bug in how we generate partition constraints.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: In PL/Tcl tests,don't choke if optional error fields are missin