Re: [PATCH] ecpg: fix progname memory leak

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCH] ecpg: fix progname memory leak
Дата
Msg-id 20201008162711.GB13054@momjian.us
обсуждение исходный текст
Ответ на Re: [PATCH] ecpg: fix progname memory leak  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: [PATCH] ecpg: fix progname memory leak  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
On Thu, Oct  8, 2020 at 10:35:41AM +0900, Michael Paquier wrote:
> On Wed, Oct 07, 2020 at 02:31:54PM +0300, Maksim Kita wrote:
> > Fix progname memory leak in ecpg client.
> > Issue taken from todo list https://wiki.postgresql.org/wiki/Todo.
> 
> FWIW, I don't see much point in doing that.  For one, we have a
> more-or-less established rule that progname remains set until the
> application leaves, and there are much more places where we leak
> memory like that.  As one example, just see the various places where
> we use pg_strdup for option parsing.  At the end, it does not really
> matter as these are applications running for a short amount of time.

Agreed, but what does the TODO item mean then?

    Fix small memory leaks in ecpg
        Memory leaks in a short running application like ecpg are not really
        a problem, but make debugging more complicated 

Should it be removed?

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Wrong example in the bloom documentation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Probably typo in multixact.c