• Tom Lane's avatar
    Minor efficiency improvements in keeping track of trigger deferred · f62901ca
    Tom Lane authored
    status.  In particular, I see no reason for deferredTriggerCheckState
    to make an explicit entry to note that a particular trigger has its
    default state --- that just clutters a list that should normally be
    empty or very short.  I have plans to revise this module much more
    heavily, but this is a simple separable improvement.
    f62901ca
trigger.c 74.2 KB