aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-01-19 00:27:27 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-01-19 00:27:27 +0000
commit49a263011a3770846f612576d8d3408bc3fb8a58 (patch)
tree5c4eb6dee78264101e54f4f3dc34618c8f55a518 /src/backend/access/gist/gistvacuum.c
parent2e2c4f424fceec2a5303c5f4b52f3f7cfa0f11b6 (diff)
downloadpostgresql-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/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions