]> granicus.if.org Git - postgresql/commit
Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 15 May 2005 21:19:55 +0000 (21:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 15 May 2005 21:19:55 +0000 (21:19 +0000)
commit2ef172a2a4d8c093c0f2d4d580d5aab1ca8dcffe
tree44d64e7d8c43ed64d37622f90a949c5bb918f0c3
parenteb0d00a9becb865c51c4e4c43f522d5c20addfe3
Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot
in an inconsistent state.  (This is only latent because in reality
ExecSeqRestrPos is dead code at the moment ... but someday maybe it won't
be.)  Add some comments about what the API for plan node mark/restore
actually is, because it's not immediately obvious.
src/backend/access/index/indexam.c
src/backend/executor/execAmi.c
src/backend/executor/nodeMergejoin.c
src/backend/executor/nodeSeqscan.c