aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-01-19 00:27:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-01-19 00:27:08 +0000
commitb0be247e38bdeb3911e70f5844bcbb48a1055917 (patch)
tree573a238af4cb8aa6c41b55359e98525eba75ede5 /src/backend/commands/tablespace.c
parent7259cc1e7eaa3e21a013902b0a70b9eb15c6b29f (diff)
downloadpostgresql-b0be247e38bdeb3911e70f5844bcbb48a1055917.tar.gz
postgresql-b0be247e38bdeb3911e70f5844bcbb48a1055917.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/commands/tablespace.c')
0 files changed, 0 insertions, 0 deletions