pgsql: Remove duplicate function declarations.

2018-08-14 Thread Tom Lane
Remove duplicate function declarations.

Christoph Berg

Discussion: https://postgr.es/m/[email protected]

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/d39079a8b2d6d860a1ab7484ef19c31261c6b099

Modified Files
--
src/include/libpq/pqformat.h | 3 ---
1 file changed, 3 deletions(-)



pgsql: Remove duplicate function declarations.

2018-08-14 Thread Tom Lane
Remove duplicate function declarations.

Christoph Berg

Discussion: https://postgr.es/m/[email protected]

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/02dc7466baed074f7833bd6fd1067e23e1bfa1dd

Modified Files
--
src/include/libpq/pqformat.h | 3 ---
1 file changed, 3 deletions(-)



pgsql: doc: Update broken links

2018-08-14 Thread Peter Eisentraut
doc: Update broken links

Discussion: 
https://www.postgresql.org/message-id/flat/153044458767.13254.16049977382403131287%40wrigleys.postgresql.org

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/c6eedb4d86dfdf5cf526af4df696e73dc8a5c275

Modified Files
--
doc/src/sgml/libpq.sgml| 3 +--
doc/src/sgml/pgcrypto.sgml | 4 
doc/src/sgml/runtime.sgml  | 3 +--
3 files changed, 2 insertions(+), 8 deletions(-)



pgsql: doc: Update broken links

2018-08-14 Thread Peter Eisentraut
doc: Update broken links

Discussion: 
https://www.postgresql.org/message-id/flat/153044458767.13254.16049977382403131287%40wrigleys.postgresql.org

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/6f1591955db0a30f701ab10ea40cefeca6ff9b3f

Modified Files
--
doc/src/sgml/libpq.sgml| 3 +--
doc/src/sgml/pgcrypto.sgml | 4 
doc/src/sgml/runtime.sgml  | 3 +--
3 files changed, 2 insertions(+), 8 deletions(-)



pgsql: pg_upgrade: fix shutdown check for standby servers

2018-08-14 Thread Bruce Momjian
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
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/777e6ddf1723306bd2bf8fe6f804863f459b0323

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



pgsql: pg_upgrade: fix shutdown check for standby servers

2018-08-14 Thread Bruce Momjian
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_4_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/a034c6737412f4c276ee707ee1b7e60c8591909e

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



pgsql: pg_upgrade: fix shutdown check for standby servers

2018-08-14 Thread Bruce Momjian
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_3_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/235eab04ec01b5308de0264798a43dc04414ba0a

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



pgsql: pg_upgrade: fix shutdown check for standby servers

2018-08-14 Thread Bruce Momjian
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(-)



pgsql: pg_upgrade: fix shutdown check for standby servers

2018-08-14 Thread Bruce Momjian
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
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/995133410de7c0f3670022d0d7d982f6e8f81bc0

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



pgsql: pg_upgrade: fix shutdown check for standby servers

2018-08-14 Thread Bruce Momjian
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_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: pg_upgrade: fix shutdown check for standby servers

2018-08-14 Thread Bruce Momjian
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
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/efc4b489786d4e035eebab4b4c3faf3d6963986e

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