pgsql: Fix pg_upgrade crash - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix pg_upgrade crash
Date
Msg-id E1QA25G-0006P6-6f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: minor changes to groff2html and updated the
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Revert the patch to check if we've reached end-of-backup also wh