]> granicus.if.org Git - postgresql/commit
pg_upgrade: Fix for changed pg_ctl default stop mode
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 13 Jan 2017 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 13 Jan 2017 21:07:18 +0000 (16:07 -0500)
commit7f5b043d69a83e44e22a6b42f902e3e268b80a24
treeb492482a42da95f8b1e8bbb3d0c37d8600907ae4
parent0563a3a8b59150bf3cc8b2b7077f684e0eaf8aff
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.
src/bin/pg_upgrade/server.c