Re: [HACKERS] PATCH: Memory leaks on start-up - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] PATCH: Memory leaks on start-up
Date
Msg-id 4483.1059320457@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] PATCH: Memory leaks on start-up  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Eliminate information_schema from oid2name listing
Next
From: Tom Lane
Date:
Subject: Re: ruleutils with pretty-print option