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

From [email protected] (Bruce Momjian)
Subject pgsql: For pg_upgrade, update template0's datfrozenxid and its
Date
Msg-id [email protected]
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: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Refer to pg_ident.conf as config file for username mapping, as
Next
From: [email protected] (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Fix bug reporting xid wraparound problem by