pg_upgrade: Fix for changed pg_ctl default stop mode

Peter Eisentraut <peter_e@gmx.net>

Commit: 7f5b043d69a83e44e22a6b42f902e3e268b80a24
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-01-13T21:07:18Z
Releases: 10.0
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.

Files

PathChange+/−
src/bin/pg_upgrade/server.c modified +1 −1