]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_upgrade: remove pg_multixact files left by initdb
authorBruce Momjian <bruce@momjian.us>
Tue, 24 Jun 2014 20:11:06 +0000 (16:11 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 24 Jun 2014 20:11:06 +0000 (16:11 -0400)
commitcc584180967490f7084b4d2328970fecdd7bc179
tree19a9bc1835c9f3e08d7c125580c66a3b09fb6e54
parent2a7512bc7fd01b311f967e85024fa695a6061e4f
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
contrib/pg_upgrade/pg_upgrade.c