Re: too many trigger records found for relation "item" -

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
Cc: "Lenorovitz, Joel" <Joel(dot)Lenorovitz(at)usap(dot)gov>, Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: too many trigger records found for relation "item" -
Date: 2007-01-23 16:06:21
Message-ID: 20226.1169568381@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Csaba Nagy <nagy(at)ecircle-ag(dot)com> writes:
> On Tue, 2007-01-23 at 15:43, Tom Lane wrote:
>> All such code takes exclusive lock on the table, so the above
>> explanation is impossible.

> Well, in that case it must be some other bug as it is readily
> reproducible here. My nightly integration has this error each night.

Well, if you can show a reproducible test case, I'd like to look at it.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan van der Weijde 2007-01-23 16:13:15 Re: Performance with very large tables
Previous Message David Fetter 2007-01-23 15:56:54 Re: Regular expressions and arrays and ANY() question