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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>, pgsql-patches(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PATCH: Memory leaks on start-up
Date: 2003-07-27 15:40:57
Message-ID: 4483.1059320457@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-27 15:52:16 Re: parallel regression test failure
Previous Message Bruce Momjian 2003-07-27 05:45:05 Re: [HACKERS] PATCH: Memory leaks on start-up

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-07-27 16:17:16 Re: ruleutils with pretty-print option
Previous Message Tom Lane 2003-07-27 15:38:44 Re: Eliminate information_schema from oid2name listing