]> granicus.if.org Git - postgresql/commit
GetTupleForTrigger must use outer transaction's command counter for time
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Mar 2003 14:33:21 +0000 (14:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Mar 2003 14:33:21 +0000 (14:33 +0000)
commit9ae5b8cb921980bae8bcb9497db1d1b3561d159c
treed640112bd128ef3e2d875078b3c09401a12682c8
parenta6f056987e209ed219edebe06bb9479687026b95
GetTupleForTrigger must use outer transaction's command counter for time
qual checking, not GetCurrentCommandId.  Per test case from Steve Wolfe.
src/backend/commands/trigger.c
src/backend/executor/execMain.c
src/include/commands/trigger.h