EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance
authorTom Lane <[email protected]>
Tue, 15 May 2001 00:34:02 +0000 (00:34 +0000)
committerTom Lane <[email protected]>
Tue, 15 May 2001 00:34:02 +0000 (00:34 +0000)
commit57954b4f778c366b28e38bb4e793d2b488207e51
tree9b0728c894f98520029fe2427f583ed0f976c68f
parent35a712356e1f8abe747aaf8e740cdaca3e2d52e2
EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance
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.
src/backend/executor/execMain.c
src/backend/executor/nodeAppend.c
src/include/nodes/execnodes.h