pgsql: pg_upgrade: fix shutdown check for standby servers - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: fix shutdown check for standby servers
Date
Msg-id E1fpgik-00072k-7M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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/20180810164240.GM13638@paquier.xyz

Backpatch-through: 9.3

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/54db0e5e17c1d2da3347d40e6d9143938b3c31a4

Modified Files
--------------
src/bin/pg_upgrade/controldata.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Update broken links
Next
From: Tom Lane
Date:
Subject: pgsql: Make snprintf.c follow the C99 standard for snprintf's resultva