pg_upgrade: remove pg_multixact files left by initdb

Bruce Momjian <bruce@momjian.us>

Commit: 0f7482733a90a2e0d8917a41d823306975f291ee
Author: Bruce Momjian <bruce@momjian.us>
Date: 2014-06-24T20:11:06Z
Releases: 9.5.0
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

Files

PathChange+/−
contrib/pg_upgrade/pg_upgrade.c modified +27 −6