]> git.ipfire.org Git - thirdparty/postgresql.git/commit
EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 May 2001 00:34:02 +0000 (00:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 May 2001 00:34:02 +0000 (00:34 +0000)
commita8bc265bad278a0abe27905d56102184906a18bf
tree8a738f1c4a65190b1ae3d064da604c463702e218
parent096e865438cb28404708d1d083271729c964fc3f
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