pgsql/src/backend/executor (nodeLimit.c execAmi.c execMain.c execProcnode.c execTuples.c functions.c spi.c Makefile)

Started by Tom Laneover 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Date: Thursday, October 26, 2000 @ 17:35:15
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/executor
from hub.org:/home/projects/pgsql/tmp/cvs-serv71501/src/backend/executor

Modified Files:
execAmi.c execMain.c execProcnode.c execTuples.c functions.c
spi.c Makefile

Added Files:
nodeLimit.c

----------------------------- Log Message -----------------------------

Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
ExecutorRun. This allows LIMIT to work in a view. Also, LIMIT in a
cursor declaration will behave in a reasonable fashion, whereas before
it was overridden by the FETCH count.