mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
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.