diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-09-15 11:08:56 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-09-15 11:09:15 -0400 |
commit | 3d9e8db9e56beb0501d168779ae9644587924061 (patch) | |
tree | d7dfab72e709ff9868e18f2561f976ff8b0da163 /src/backend/access/gist/gist.c | |
parent | 6820094d1ad37429f910cf46e9f3771ebe93347c (diff) | |
download | postgresql-3d9e8db9e56beb0501d168779ae9644587924061.tar.gz |
Revert "Fix an O(N^2) problem in foreign key references".
Commit 5ddc72887a012f6a8b85707ef27d85c274faf53d 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.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions