Re: leaks in TopMemoryContext? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: leaks in TopMemoryContext?
Date
Msg-id 9574.1136966312@sss.pgh.pa.us
Whole thread Raw
In response to leaks in TopMemoryContext?  (Neil Conway <neilc@samurai.com>)
Responses Re: leaks in TopMemoryContext?  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> Thoughts?

One comment is that there are worse things than small memory leaks in
seldom-followed code paths, especially if those paths are only taken in
error cases.  I'm interested in fixing this if it can be done without
unreasonable code complication, but there are limits to how far we
should go to do it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: leaks in TopMemoryContext?
Next
From: Neil Conway
Date:
Subject: Re: leaks in TopMemoryContext?