Thread: pgsql: Fix pg_upgrade crash

pgsql: Fix pg_upgrade crash

From
Bruce Momjian
Date:
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.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/052e621cc2c25166037fe9fadd3082ae70045fec

Modified Files
--------------
contrib/pg_upgrade/relfilenode.c |    4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)