Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    f62901ca
    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
    History
    Minor efficiency improvements in keeping track of trigger deferred
    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.