pgsql: pg_upgrade: Fix for changed pg_ctl default stop mode

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: Fix for changed pg_ctl default stop mode
Date: 2017-01-13 21:21:38
Message-ID: E1cS9I2-0007b0-SI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_5_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-13 22:00:01 pgsql: In PL/Tcl tests, don't choke if optional error fields are missin
Previous Message Robert Haas 2017-01-13 21:10:02 Re: [COMMITTERS] pgsql: Fix a bug in how we generate partition constraints.