• Tom Lane's avatar
    Repair problem exposed by Jan's new parallel-regression-test scaffold: · 76ccf73f
    Tom Lane authored
    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.
    76ccf73f
postinit.c 16.6 KB