Re: Possible memory leak/memory issue in pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible memory leak/memory issue in pg_dump
Дата
Msg-id 13647.1344979825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Possible memory leak/memory issue in pg_dump  (Joe Tennant <joetennant@gmail.com>)
Список pgsql-bugs
Joe Tennant <joetennant@gmail.com> writes:
> While browsing the code, "pg_dump.c" the following block *appears* to
> be problematic. Additionally, there *appears* to be a malloc without a
> free (return or assignment) in the function "getBlobs(Archive *AH)"
> (pg_dump.c lines 2169 thru 2188 v9.1.4).

All those data structures are supposed to survive for the life of the
pg_dump run, so this isn't a leak.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #6150: commit_delay should have unit ms
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: BUG #7485: 9.2 beta3 libxml2 can't be loaded on Windows