forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit54db0e5
committed
pg_upgrade: fix shutdown check for standby servers
Commit244142d only tested for thepg_controldata output for primary servers, but standby servers havedifferent "Database cluster state" output, so check for that too.Diagnosed-by: Michael PaquierDiscussion:https://postgr.es/m/20180810164240.GM13638@paquier.xyzBackpatch-through: 9.31 parent69de171 commit54db0e5
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
| 153 | + | |
153 | 154 |
| |
154 | 155 |
| |
155 | 156 |
| |
|
0 commit comments
Comments
(0)