pgsql-server/src/backend commands/trigger.c ex ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend commands/trigger.c ex ...
Date: 2002-09-23 22:57:44
Message-ID: 20020923225744.77541476112@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/09/23 18:57:44

Modified files:
src/backend/commands: trigger.c
src/backend/executor: execMain.c

Log message:
Further thinking about heap_mark4update: in HeapTupleSelfUpdated case,
executor should not return the tuple as successfully marked, because in
fact it's been deleted. Not clear that this case has ever been seen
in practice (I think you'd have to write a SELECT FOR UPDATE that calls
a function that deletes some row the SELECT will visit later...) but we
should be consistent. Also add comments to several other places that
got it right but didn't explain what they were doing.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-09-23 23:20:38 pgsql-server/doc/src/sgml pygresql.sgml
Previous Message Peter Eisentraut - PostgreSQL 2002-09-23 21:10:13 pgsql-server/ oc/src/sgml/pygresql.sgml rc/int ...