Thread: pgsql: Have pg_upgrade properly preserve relfrozenxid in toast tables.

pgsql: Have pg_upgrade properly preserve relfrozenxid in toast tables.

From
Bruce Momjian
Date:
Have pg_upgrade properly preserve relfrozenxid in toast tables.

This fixes a pg_upgrade bug that could lead to query errors when clog
files are improperly removed.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8db00d417541da5ab4998686315516aaee568952

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   31 +++++++++++++++++++++++++++++--
src/bin/pg_dump/pg_dump.h |    2 ++
2 files changed, 31 insertions(+), 2 deletions(-)