pgsql: If RelationBuildDesc() fails to open a critical system index,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If RelationBuildDesc() fails to open a critical system index,
Date: 2008-02-27 17:45:02
Message-ID: 20080227174502.27308754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
If RelationBuildDesc() fails to open a critical system index, PANIC with
a relevant error message instead of just dumping core. Odd that nobody
reported this before Darren Reed.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/cache:
relcache.c (r1.190 -> r1.190.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.190&r2=1.190.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-02-27 20:30:04 CVSROOT: Change hostname for cvsweb url generation.
Previous Message Tom Lane 2008-02-27 17:44:51 pgsql: If RelationBuildDesc() fails to open a critical system index,