pgsql: Have pg_upgrade properly preserve relfrozenxid in toast tables. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Have pg_upgrade properly preserve relfrozenxid in toast tables.
Date
Msg-id E1Q8FEl-0001zF-TD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Have pg_upgrade properly preserve relfrozenxid in toast tables.
Next
From: Robert Haas
Date:
Subject: pgsql: Partially roll back overenthusiastic SSI optimization.