• Bruce Momjian's avatar
    The following patch cleans up the deferred trigger mechanism. There is · 50be3e5e
    Bruce Momjian authored
    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
    50be3e5e
trigger.c 63.9 KB