]> granicus.if.org Git - postgresql/commit
Redesign internal logic of nodeLimit so that it does not need to fetch
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Nov 2002 22:10:01 +0000 (22:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Nov 2002 22:10:01 +0000 (22:10 +0000)
commite760d22391635d550afcf41799411c04f20fd031
tree8a3ef0a570e3d21d5491c38698bd493caf627010
parent95c9c22633f291e0f78a35614847fc80c87d0880
Redesign internal logic of nodeLimit so that it does not need to fetch
one more row from the subplan than the COUNT would appear to require.
This costs a little more logic but a number of people have complained
about the old implementation.
src/backend/executor/nodeLimit.c
src/include/nodes/execnodes.h