Re: Memory-leak-like effect on insane query (postgres 8.1.6)

From: Brian Hurt <bhurt(at)janestcapital(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Memory-leak-like effect on insane query (postgres 8.1.6)
Date: 2008-02-11 19:16:11
Message-ID: 47B09EFB.70906@janestcapital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Sorry to follow up to my own post, but one fact I forgot to add: this is
not, in fact, a real memory leak. Once the query completes (or is
cancelled), memory utilization of the postgres process drops back to
effectively 0, i.e. all the used memory is freed. Which is why I called
it a memory-leak-like effect.

Brian

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2008-02-11 19:32:04 Re: Memory-leak-like effect on insane query (postgres 8.1.6)
Previous Message Brian Hurt 2008-02-11 19:10:38 Memory-leak-like effect on insane query (postgres 8.1.6)