Re: [HACKERS] PATCH: Memory leaks on start-up

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] PATCH: Memory leaks on start-up
Дата
Msg-id 4483.1059320457@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] PATCH: Memory leaks on start-up  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> This patch no longer applies cleanly.  The call is now:
>         freeaddrinfo_all(hint.ai_family, addrs);
> Would you please submit a new patch, or is it no longer required?

That part of the patch is not needed (it is the same as what I changed,
except that while I was at it I renamed freeaddrinfo2 to the hopefully
more mnemonic freeaddrinfo_all).  The change in miscinit should still
work though.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Eliminate information_schema from oid2name listing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ruleutils with pretty-print option