Re: [8.0.0] out of memory on large UPDATE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: [8.0.0] out of memory on large UPDATE
Date: 2005-08-11 17:27:23
Message-ID: 23591.1123781243@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> On Thu, 11 Aug 2005, Tom Lane wrote:
>> If you've got any AFTER UPDATE triggers on that table, you could be
>> running out of memory for the pending-triggers list.

> Nope, only have a BEFORE UPDATE, or would that be similar except for at
> which point it runs out of memory?

Nope, BEFORE UPDATE shouldn't result in any permanent memory
accumulation.

An out-of-memory error should result in a long report in the postmaster
log about how many bytes in each memory context --- can you post that?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marc G. Fournier 2005-08-11 17:55:37 Re: [8.0.0] out of memory on large UPDATE
Previous Message Marc G. Fournier 2005-08-11 16:54:46 Re: [8.0.0] out of memory on large UPDATE