OSDN Git Service

GetTupleForTrigger must use outer transaction's command counter for time
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Mar 2003 14:33:11 +0000 (14:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Mar 2003 14:33:11 +0000 (14:33 +0000)
commitbf576cc01482ffcdd7c22cf7502e6568076d49a5
treec568e5617d9d42803c6d41d283f0fb03e33ed363
parent89508a8492cfb705e575b088103b1bfa0a56a465
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