]> granicus.if.org Git - postgresql/commit
pg_upgrade: preserve freeze info for postgres/template1 dbs
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Feb 2015 02:02:07 +0000 (21:02 -0500)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Feb 2015 02:02:36 +0000 (21:02 -0500)
commitc7bc5be11de9ed9e4b9ee6c06e65fee314bab7e0
tree440992b5aa341a9600754a4192af6f1fc24b9e13
parent9dd56460ccd7a54e8b70c05995b6aa19a7126e6a
pg_upgrade:  preserve freeze info for postgres/template1 dbs

pg_database.datfrozenxid and pg_database.datminmxid were not preserved
for the 'postgres' and 'template1' databases.  This could cause missing
clog file errors on access to user tables and indexes after upgrades in
these databases.

Backpatch through 9.0
src/bin/pg_dump/pg_dumpall.c