The following patch cleans up the deferred trigger mechanism. There is
authorBruce Momjian <bruce@momjian.us>
Mon, 31 Mar 2003 20:47:51 +0000 (20:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 31 Mar 2003 20:47:51 +0000 (20:47 +0000)
commit50be3e5efe8da32ffe1bdb8c5e0b99d0ecc159a6
treeeae0e140d439a36e341a1924fc8028f5a9f74a20
parent7cd30e1590c7d6b07d00da4170eaae094ab81bbd
The following patch cleans up the deferred trigger mechanism.  There is
an unneeded memory context and some variables that are not used anymore.
It's pretty trivial and the regression tests pass fine.  There's no
change in functionality, only deletion of unused code.  I left an empty
function because maybe I'll need it for nested transactions.

Alvaro Herrera
src/backend/commands/trigger.c