Re: Patch for memory leaks in index scan - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Patch for memory leaks in index scan
Date
Msg-id 3107.1019245079@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch for memory leaks in index scan  (Dmitry Tkach <dmitry@openratings.com>)
List pgsql-bugs
Dmitry Tkach <dmitry@openratings.com> writes:
> Frankly, I don't see what is your problem with it at all :-)

Mainly, I don't like wasting cycles and code space on partial solutions
;-).  There's certainly no reason you shouldn't make this patch locally
if the leak is getting in your way, but for an official solution I'd
rather see us make a systemic fix --- and then we could rip out the
retail pfree's both here and in other EndNode calls.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Dmitry Tkach
Date:
Subject: Re: Patch for memory leaks in index scan
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #637: pltcl bug with multibyte support