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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs
Дата
Msg-id E1YLj7A-00049E-Vh@gemulon.postgresql.org
обсуждение исходный текст
Список 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_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/85dac37eefb826d42b7bd943d561e6f09ff20c21

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix typo in logicaldecoding.sgml.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: preserve freeze info for postgres/template1 dbs