pgsql: Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.
Date
Msg-id E1Q7piL-0004do-7F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.

This is needed only in 9.1 because only 9.0 had this and no one is
upgrading from a 9.0 beta to 9.0 anymore.  We basically don't backpatch
9.0 beta fixes at this point.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/82a4f370735130418738f8cf0fb9155b1cff5e2b

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   53 +++++++++++++++++++++++++++++++++++++++++---
1 files changed, 49 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Simplify structure of query used to gather database object infor
Next
From: Tom Lane
Date:
Subject: pgsql: Fix SortTocFromFile() to cope with lines that are too long for i