Repair problem exposed by Jan's new parallel-regression-test scaffold:

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

Commit: 76ccf73f2bd3c8af621c24fd3ebddcc2ff21d807
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-11-21T01:58:22Z
Releases: 7.1.1
Repair problem exposed by Jan's new parallel-regression-test scaffold:
inval.c thought it could safely use the catcache to look up the OIDs of
system relations.  Not good, considering that inval.c could be called
during catcache loading, if a shared-inval message arrives.  Rip out the
lookup logic and instead use the known OIDs from pg_class.h.

Files