• Tom Lane's avatar
    Revert "Fix an O(N^2) problem in foreign key references". · 3d9e8db9
    Tom Lane authored
    Commit 5ddc7288 does not actually work
    because it will happily blow away ri_constraint_cache entries that are
    in active use in outer call levels.  In any case, it's a very ugly,
    brute-force solution to the problem of limiting the cache size.
    Revert until it can be redesigned.
    3d9e8db9
ri_triggers.c 102 KB