Thread: pgsql: Add missing binary-upgrade guard.

pgsql: Add missing binary-upgrade guard.

From
Robert Haas
Date:
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(-)