Re: libpq++ memory problems - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: libpq++ memory problems
Date
Msg-id 16483.956019092@sss.pgh.pa.us
Whole thread Raw
In response to libpq++ memory problems  (Tim Brookes <tim.brookes@mcmail.com>)
List pgsql-interfaces
Tim Brookes <tim.brookes@mcmail.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


pgsql-interfaces by date:

Previous
From: Titus Brown
Date:
Subject: Re: [GENERAL] Connecting website with SQL-database.....
Next
From: Thomas Lockhart
Date:
Subject: Re: Using PGSQL via ODBC from within StarOffice ...