Re: libpq++ memory problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tim Brookes <tim(dot)brookes(at)mcmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq++ memory problems
Date: 2000-04-18 00:51:32
Message-ID: 16483.956019092@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Tim Brookes <tim(dot)brookes(at)mcmail(dot)com> writes:
> The procedure 'callproc' is called in a continuous loop to emphasise
> this problem. Within the procedure all that happens is a new database
> connection is made and deleted. On my system this eats memory at an
> enormous rate.

I could not reproduce such a leak with current sources.

It appears that you are using a fairly old Postgres release --- class
PgEnv hasn't existed since at least release 6.4.*, maybe earlier.
I'd suggest upgrading...

regards, tom lane

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas Lockhart 2000-04-18 03:28:11 Re: Using PGSQL via ODBC from within StarOffice ...
Previous Message Titus Brown 2000-04-18 00:17:48 Re: Connecting website with SQL-database.....