pgsql: For pg_upgrade, update template0's datfrozenxid and its - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: For pg_upgrade, update template0's datfrozenxid and its
Date
Msg-id 20100519182743.90EFD7541D2@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Refer to pg_ident.conf as config file for username mapping, as
Next
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Fix bug reporting xid wraparound problem by