• Tom Lane's avatar
    EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance · a4155d3b
    Tom Lane authored
    trees (mostly my fault).  Repair.  Also fix long-standing bug in ExecReplace:
    after recomputing a concurrently updated tuple, we must recheck constraints.
    Make EvalPlanQual leak memory with somewhat less enthusiasm than before,
    although plugging leaks fully will require more changes than I care to risk
    in a dot-release.
    a4155d3b
execnodes.h 24.9 KB