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:16 -0400 |
commit | ed301d6dbe32eaad4f226903d430336e5a0d72aa (patch) | |
tree | 4ca484a91bb367aba39aa45ae0144f68232b30be /src/backend/nodes/readfuncs.c | |
parent | 225f539bd00ad58bac41d8d30bd0bd112f8c6a29 (diff) | |
download | postgresql-ed301d6dbe32eaad4f226903d430336e5a0d72aa.tar.gz postgresql-ed301d6dbe32eaad4f226903d430336e5a0d72aa.zip |
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/nodes/readfuncs.c')
0 files changed, 0 insertions, 0 deletions