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

Started by Tom Lanealmost 26 years ago1 messageshackers
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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