Fix pg_upgrade crash

Bruce Momjian <bruce@momjian.us>

Commit: 052e621cc2c25166037fe9fadd3082ae70045fec
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-04-13T15:33:55Z
Releases: 9.0.4
Fix pg_upgrade crash

Fix pg_upgrade crash in 9.0 caused by a new cluster database that
doesn't exist in the old cluster;  instead throw an error.  This was
reported to me by EnterpriseDB testing staff.  This bug does not exist
in git head.

Files

PathChange+/−
contrib/pg_upgrade/relfilenode.c modified +4 −0