diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-01-13 12:00:00 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-01-13 16:07:18 -0500 |
commit | 7f5b043d69a83e44e22a6b42f902e3e268b80a24 (patch) | |
tree | b492482a42da95f8b1e8bbb3d0c37d8600907ae4 /src/backend/executor/functions.c | |
parent | 0563a3a8b59150bf3cc8b2b7077f684e0eaf8aff (diff) | |
download | postgresql-7f5b043d69a83e44e22a6b42f902e3e268b80a24.tar.gz postgresql-7f5b043d69a83e44e22a6b42f902e3e268b80a24.zip |
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.
Diffstat (limited to 'src/backend/executor/functions.c')
0 files changed, 0 insertions, 0 deletions