root <tim(dot)brookes(at)mcmail(dot)com> writes:
> What do I need to change to stop the leak on the postmaster?
Get rid of the getprotobyname call (essentially the same change
as in fe-connect.c) in src/backend/libpq/pqcomm.c.
You could just grab last night's snapshot tarball; it should
have those fixes in it already.
regards, tom lane