Memory leak in libpq & libpq++?

From: Martin Weinberg <weinberg(at)osprey(dot)astro(dot)umass(dot)edu>
To: pgsql-general(at)hub(dot)org
Subject: Memory leak in libpq & libpq++?
Date: 1999-11-08 18:49:08
Message-ID: 199911081849.NAA20767@osprey.astro.umass.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Using the distributed examples as a guide, I wrote
a c++ code to execute a large suite of queries.

Each query opens and closes a backend. I notice
a *big leak* when large numbers of tuples are returned.
I get the same behavior using libpq (with PQclears and
PQ finishes explicitly) or using libpq++.

I'm probably doing something wrong but I followed the
docs and examples carefully. Any ideas or suggestions?

Thanks.

--Martin

Browse pgsql-general by date

  From Date Subject
Next Message Jim Mercer 1999-11-08 19:24:33 possible problem with indexes postgresql-6.5.2
Previous Message Patrick Welche 1999-11-08 18:45:21 Re: [GENERAL] Switching fsync mode?