pgsql: pg_upgrade: remove pg_multixact files left by initdb

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: remove pg_multixact files left by initdb
Date: 2014-06-24 20:11:12
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: remove pg_multixact files left by initdb

This fixes a bug that caused vacuum to fail when the '0000' files left
by initdb were accessed as part of vacuum's cleanup of old pg_multixact
files.

Backpatch through 9.3

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cc584180967490f7084b4d2328970fecdd7bc179

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c | 33 +++++++++++++++++++++++++++------
1 file changed, 27 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-06-25 04:23:02 pgsql: Fix handling of nested JSON objects in json_populate_recordset a
Previous Message Heikki Linnakangas 2014-06-24 10:32:45 pgsql: Don't allow foreign tables with OIDs.