pgsql: For pg_upgrade, update template0's datfrozenxid and its

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: For pg_upgrade, update template0's datfrozenxid and its
Date: 2010-05-19 18:27:43
Message-ID: 20100519182743.90EFD7541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
For pg_upgrade, update template0's datfrozenxid and its relfrozenxids to
match the behavior of autovacuum, which does this as the xid advances
even if autovacuum is turned off.

Modified Files:
--------------
pgsql/contrib/pg_upgrade:
pg_upgrade.c (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/pg_upgrade.c?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2010-05-19 18:33:18 pg-migrator - pg_migrator: Fix bug reporting xid wraparound problem by
Previous Message Magnus Hagander 2010-05-18 19:05:24 pgsql: Refer to pg_ident.conf as config file for username mapping, as