Re: ERROR: heap_mark4update: (am)invalid tid in triggers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Hendrickson <hndrcksn(at)groupinfo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: heap_mark4update: (am)invalid tid in triggers
Date: 2003-04-03 22:41:35
Message-ID: 14375.1049409695@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kevin Hendrickson <hndrcksn(at)groupinfo(dot)com> writes:
> As the title says I'm getting this heap_mark4update error when I execute
> code inside a trigger. I have search the archives, but haven't found an
> answer.

I think your search wasn't very thorough --- does this look like your
problem?
http://fts.postgresql.org/db/mw/msg.html?mid=1082183

The contents of the trigger don't matter too much to that bug, only
whether the calling query is such that it might try to update the same
row multiple times.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Manfred Koizar 2003-04-03 22:52:32 Re: Single Byte values
Previous Message Franco Bruno Borghesi 2003-04-03 22:27:54 Re: SAPdb vs. Postgresql