pgsql: If RelationBuildDesc() fails to open a critical system index, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: If RelationBuildDesc() fails to open a critical system index,
Date
Msg-id 20080227174502.27308754108@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: If RelationBuildDesc() fails to open a critical system index,
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: CVSROOT: Change hostname for cvsweb url generation.