Обсуждение: pgsql: Have pg_upgrade properly preserve relfrozenxid in toast tables.

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

pgsql: Have pg_upgrade properly preserve relfrozenxid in toast tables.

От
Bruce Momjian
Дата:
Have pg_upgrade properly preserve relfrozenxid in toast tables.

This fixes a pg_upgrade bug that could lead to query errors when clog
files are improperly removed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9c38bce29cb6d3ef49b932086d31f635981b07e9

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   60 +++++++++++++++++++++++++++++++++++++-------
src/bin/pg_dump/pg_dump.h |    2 +
2 files changed, 52 insertions(+), 10 deletions(-)