]> git.ipfire.org Git - thirdparty/postgresql.git/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:12 +0000 (21:02 -0500)
commitd99cf27b7fc333b58205d309d823f861c9487fad
tree55fe2b3defddff2b4f9f0c22bc3f52715cae3243
parent0168fb07dad578433c5819bcaa3fc71a5a9dc0eb
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