OSDN Git Service

Fix pg_upgrade crash
authorBruce Momjian <bruce@momjian.us>
Wed, 13 Apr 2011 15:33:55 +0000 (11:33 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 13 Apr 2011 15:33:55 +0000 (11:33 -0400)
commit052e621cc2c25166037fe9fadd3082ae70045fec
tree113220ac6ee0044fe8a946038be138bdfc094da8
parente910bd2dfee154c2b010befac4f9b28bbc46003a
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.
contrib/pg_upgrade/relfilenode.c