Re: memory leak occur when disconnect database - Mailing list pgsql-general

From Craig Ringer
Subject Re: memory leak occur when disconnect database
Date
Msg-id 1248158909.894.74.camel@ayaki
Whole thread Raw
In response to Re: memory leak occur when disconnect database  ("tanjunhua" <tanjh@riso.co.jp>)
List pgsql-general
On Tue, 2009-07-21 at 13:53 +0900, tanjunhua wrote:

> I get the memory leak scenario not only from Valgrind, but also from the
> output of  top command.
> At first I think the memory leak occur when I disconnect database by
> Valgrind, then I write a test sample that just connect and disconnect
> database in a infinite loop to check it. after 1 hour performation, 7M
> memory is leaked.

OK, that's interesting.

Please provide full, buildable source code for your standalone test
program (or confirm it also occurs with the sources I posted) and the
output of:

   valgrind --leak-check=full ./testprogram

--
Craig Ringer


pgsql-general by date:

Previous
From: "tanjunhua"
Date:
Subject: Re: memory leak occur when disconnect database
Next
From: Janning Vygen
Date:
Subject: Re: suggestion: log_statement = sample