forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7f5b043
committed
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 specifiedthe mode when "fast" was asked for. This results in using "fast" allthe time. It's not clear what the effect in practice is, but fix itnonetheless to restore the previous behavior.1 parent0563a3a commit7f5b043
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
|
0 commit comments
Comments
(0)