forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit777e6dd
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 parent6f15919 commit777e6dd
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
| 154 | + | |
154 | 155 |
| |
155 | 156 |
| |
156 | 157 |
| |
|
0 commit comments
Comments
(0)