diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-19 00:27:27 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-01-19 00:27:27 +0000 |
commit | 49a263011a3770846f612576d8d3408bc3fb8a58 (patch) | |
tree | 5c4eb6dee78264101e54f4f3dc34618c8f55a518 /src/backend/access/gist/gistget.c | |
parent | 2e2c4f424fceec2a5303c5f4b52f3f7cfa0f11b6 (diff) | |
download | postgresql-49a263011a3770846f612576d8d3408bc3fb8a58.tar.gz postgresql-49a263011a3770846f612576d8d3408bc3fb8a58.zip |
Fix a tiny memory leak (one List header) in RelationCacheInvalidate().
This is utterly insignificant in normal operation, but it becomes a
problem during cache inval stress testing. The original coding in fact
had no leak --- the 8.0 List rewrite created the issue. I wonder whether
list_concat should pfree the discarded header?
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions