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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
