pg_upgrade: fix shutdown check for standby servers Commit 244142d32afd02e7408a2ef1f249b00393983822 only tested for the pg_controldata output for primary servers, but standby servers have different "Database cluster state" output, so check for that too.
Diagnosed-by: Michael Paquier Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch ------ REL9_5_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/dcca996270529b4a4b2cf16bb03e0d524d80b1c0 Modified Files -------------- src/bin/pg_upgrade/controldata.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
