Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.

Robert Haas <rhaas@postgresql.org>

Commit: 43746996399541ecb5c7b188725a5f097c15ceae
Author: Robert Haas <rhaas@postgresql.org>
Date: 2022-07-29T20:31:57Z
Releases: 16.0
Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.

We must issue the TRUNCATE command first and update relfrozenxid
and relminmxid afterward; otherwise, TRUNCATE overwrites the
previously-set values.

Add a test case like I should have done the first time.

Per buildfarm report from TestUpgradeXversion.pm, by way of Tom
Lane.

Files

PathChange+/−
src/bin/pg_dump/pg_dump.c modified +9 −9
src/bin/pg_upgrade/t/002_pg_upgrade.pl modified +46 −0