]> granicus.if.org Git - postgresql/commit
EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 May 2001 00:33:36 +0000 (00:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 May 2001 00:33:36 +0000 (00:33 +0000)
commita4155d3bbd0a64a3baf7d3ab22573c2f42b4fb40
tree23b4e915d2413b832395d09a0961cbd017cc9036
parente611348894dbc54ee786957c69f65aca30f6fbc6
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