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 20080227174451.7FAB8754108@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:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        relcache.c (r1.215.4.1 -> r1.215.4.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.215.4.1&r2=1.215.4.2)

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: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: If RelationBuildDesc() fails to open a critical system index,