If RelationBuildDesc() fails to open a critical system index, PANIC with

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c05c8fe5d7e260aabcb54ced95dbb0cb79a4283f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-02-27T17:44:33Z
Releases: 8.2.7
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.

Files

PathChange+/−
src/backend/utils/cache/relcache.c modified +5 −2