Thread: Re: libpq++ tracing considered harmfu[Fwd: libpq++ tracing considered harmful (was Re: libpq++ memory problems)]

root <tim.brookes@mcmail.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