pgsql: Add missing binary-upgrade guard. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add missing binary-upgrade guard.
Date
Msg-id E1nKjAv-0006W6-9q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing binary-upgrade guard.

Commit 9a974cbcba005256a19991203583a94b4f9a21a9 arranged for
pg_dumpall to preserve tablespace OIDs, but it should only do that
in binary upgrade mode, not all the time.

Reported by Christoph Berg.

Discussion: http://postgr.es/m/YgjwrkEvNEqoz4Vm@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/138c51b72168e7b57c9edb4e9935274d3abf6bed

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Disable perl2host() processing in TAP tests
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid dangling-pointer usage in pg_basebackup progress reports.