Re: leaks in TopMemoryContext?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: leaks in TopMemoryContext?
Date: 2006-01-11 07:58:32
Message-ID: 9574.1136966312@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway <neilc(at)samurai(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2006-01-11 08:06:07 Re: leaks in TopMemoryContext?
Previous Message Neil Conway 2006-01-11 07:45:37 leaks in TopMemoryContext?