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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        relcache.c (r1.230.2.4 -> r1.230.2.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.230.2.4&r2=1.230.2.5)