Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    f0f18c70
    Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached · f0f18c70
    Tom Lane authored
    plan before the effects of DDL executed in an immediately prior SPI operation
    had been absorbed.  Per report from Chris Wood.
    
    This patch has an unpleasant side effect of causing the number of
    CommandCounterIncrement()s done by a typical plpgsql function to
    approximately double.  Amelioration of the consequences of that
    will be undertaken in a separate patch.
    f0f18c70
    History
    Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached
    Tom Lane authored
    plan before the effects of DDL executed in an immediately prior SPI operation
    had been absorbed.  Per report from Chris Wood.
    
    This patch has an unpleasant side effect of causing the number of
    CommandCounterIncrement()s done by a typical plpgsql function to
    approximately double.  Amelioration of the consequences of that
    will be undertaken in a separate patch.