]> granicus.if.org Git - postgresql/commit
For pg_upgrade, update template0's datfrozenxid and its relfrozenxids to
authorBruce Momjian <bruce@momjian.us>
Wed, 19 May 2010 18:27:43 +0000 (18:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 19 May 2010 18:27:43 +0000 (18:27 +0000)
commit573e446f6f5963a0edad575130743eb75887d087
tree9ab2ce6d46024c66fa9b9da5f40e2072b3f5f448
parent3ef95741026384e97a4adfd24f6dc7b2db9aafc8
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.
contrib/pg_upgrade/pg_upgrade.c