Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pg_upgrade: freeze coordinator data after relfilenode transfer
Original commit message: ``` Tuples of catalog tables like gp_fastsequence, and pg_aoseg need to be preserved. Tuples will be moved from old cluster to new cluster using relfilenode transfer. To ensure that these tuple's relfrozenxid are lower than their xmins, we first need to correct their relfrozenxid and then freeze them. The process of correcting relfrozenxids already happens on segments to ensure data visibility, so the same function was repurposed for coordinator. ``` Full testing for 6 > 7 upgrade will be added in a followup commit. reference commit: pg_upgrade: freeze coordinator after relfilenode transfer greenplum-db/gpdb@9cd8cd2630
- Loading branch information