Have pg_upgrade properly preserve relfrozenxid in toast tables.
Bruce Momjian <bruce@momjian.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dump.c | modified | +33 −3 |
| src/bin/pg_dump/pg_dump.h | modified | +2 −0 |