From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Ian Harding" <ianh(at)tpchd(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Memory Errors... |
Date: | 2002-09-19 15:58:24 |
Message-ID: | 26389.1032451104@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Ian Harding" <ianh(at)tpchd(dot)org> writes:
> It calls another function that now uses a temporary table. It
> creates, uses and drops the table. It is usually called only once per
> transaction, but it is called repeatedly from the main function in
> this case. When I run the function, the memory numbers reported by
> top climb quickly until it blows up. I wonder if this has anything to
> do with it.
This sounds like a memory leak inside plpgsql. We've plugged some of
those over the last few releases, but I bet there are more.
If you are not on 7.2.*, please update. If you are, could we see the
function definitions?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Shridhar Daithankar | 2002-09-19 15:58:55 | Re: killing process question |
Previous Message | Johnson, Shaunn | 2002-09-19 15:55:18 | Re: killing process question |