pgsql: Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.
Date: 2011-04-07 13:57:37
Message-ID: E1Q7piL-0004do-7F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-04-07 15:41:16 pgsql: Fix SortTocFromFile() to cope with lines that are too long for i
Previous Message Bruce Momjian 2011-04-07 10:23:16 pgsql: Simplify structure of query used to gather database object infor