]> granicus.if.org Git - postgresql/commit
Fix small query-lifespan memory leak introduced by 8.4 change in index AM API
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Oct 2008 14:17:08 +0000 (14:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Oct 2008 14:17:08 +0000 (14:17 +0000)
commit30584cda35543f58b9fd9911272d5c9583840a6f
treebab2f0d9c67bf77f51415b44214f9182600745cb
parent8fc4197f7d015ab87ffccdb40d7b4d35fe92097a
Fix small query-lifespan memory leak introduced by 8.4 change in index AM API
for bitmap index scans.  Per report and test case from Kevin Grittner.
src/backend/access/index/indexam.c