Обсуждение: pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs

Поиск
Список
Период
Сортировка

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

От
Bruce Momjian
Дата:
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/866f3017a88b9cb639f05c9ad413e5eafe0266e3

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