Re: heap_mark4update: (am)invalid tid

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-bugs(at)logicalchaos(dot)org
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: heap_mark4update: (am)invalid tid
Date: 2003-04-12 05:19:26
Message-ID: 16266.1050124766@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Robert Creager" <pgsql-bugs(at)logicalchaos(dot)org> writes:
> I found reference to this problem at
> http://archives.postgresql.org/pgsql-general/2003-02/msg00135.php,
> but there was no apparent resolution.

If (a) obs_v_trigger is a BEFORE trigger, *and* (b) the problem UPDATE
could try to update a row of obs_v more than once (ie, there are
multiple rows in obs_i/files that match a row in obs_v), then I think
this is a known problem. Otherwise, we need to dig more ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2003-04-12 07:02:58 Re: Bug #938: Wrong UPDATE if exist INNER JOIN and alias
Previous Message Sergey Tikhonenko 2003-04-12 03:10:53 Re: Bug #938: Wrong UPDATE if exist INNER JOIN and alias