Re: BUG #4496: Memory leak in pg_dump.c?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #4496: Memory leak in pg_dump.c?
Дата
Msg-id 20081030200016.GL3857@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: BUG #4496: Memory leak in pg_dump.c?  (Aggro <dvice_null@yahoo.com>)
Ответы Re: BUG #4496: Memory leak in pg_dump.c?  (Tomáš Szépe <szepe@pinerecords.com>)
Список pgsql-bugs
Aggro wrote:
>
> --- Zdenek Kotala <Zdenek.Kotala@Sun.COM> wrote:
>

> > I think all information is collected and they are
> > used for all pg_dump run. It
> > does not make sense to free them. See line 725.
>
> But is the memory freed at some point? E.g. when
> program shuts down? If it is not freed ever, then it
> is a memory leak.

A pg_dump run is comparatively short-lived, so if Zdenek is right then
there's no important leak here -- we're counting on program exit to
release the memory.  There's probably little point in releasing things
earlier than that.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Aggro
Дата:
Сообщение: Re: BUG #4496: Memory leak in pg_dump.c?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4496: Memory leak in pg_dump.c?