- Notifications
You must be signed in to change notification settings - Fork28
Commitf7acc03
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 parent2d443ae commitf7acc03
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)