pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs
Date: 2015-02-12 02:02:48
Message-ID: E1YLj7A-000498-VM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d99cf27b7fc333b58205d309d823f861c9487fad

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-02-12 03:06:10 pgsql: pg_upgrade: quote directory names in delete_old_cluster script
Previous Message Andres Freund 2015-02-12 00:27:55 pgsql: Fix typo in logicaldecoding.sgml.