pgsql: Fix small query-lifespan memory leak introduced by 8.4 change in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix small query-lifespan memory leak introduced by 8.4 change in
Date: 2008-10-10 14:17:08
Message-ID: 20081010141708.B01D67545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/access/index:
indexam.c (r1.110 -> r1.111)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/index/indexam.c?r1=1.110&r2=1.111)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-10 21:46:35 pgsql: Fix COPY documentation to not imply that HEADER can be used
Previous Message Tom Lane 2008-10-10 13:48:12 pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report