pgsql/src/include/executor (nodeLimit.h executor.h)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/executor (nodeLimit.h executor.h)
Дата
Msg-id 200010262138.e9QLcCR80584@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, October 26, 2000 @ 17:38:04
Author: tgl

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

Modified Files:
    executor.h

Added Files:
    nodeLimit.h

-----------------------------  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.

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/optimizer/plan (createplan.c planner.c setrefs.c subselect.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/commands (explain.c command.c)