Re: [HACKERS] Everything leaks; How it mm suppose to work? - Mailing list pgsql-hackers

From Maurice Gittens
Subject Re: [HACKERS] Everything leaks; How it mm suppose to work?
Date
Msg-id 026a01bd5e50$bb35c5e0$fcf3b2c2@caleb..gits.nl
Whole thread Raw
Responses Re: [HACKERS] Everything leaks; How it mm suppose to work?
Re: [HACKERS] Everything leaks; How it mm suppose to work?
List pgsql-hackers
>
>Running postgresql in interactive mode shows that for each query I
>type there is memory lost. The exact amount of memory lost depends on
>the query I use. The amount of memory not freed is also a function
>of the number of tuples returned.
>

Oops, it seems some palloced memory is not freed by pfree but
using some other function(s).
My mistake, sorry.

Thanks, with regards from Maurice.



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Everything leaks; How it mm suppose to work?
Next
From: "Thomas G. Lockhart"
Date:
Subject: Left operator automatic type conversion