Обсуждение: pgsql/src/include/nodes (execnodes.h nodes.h plannodes.h)

Поиск
Список
Период
Сортировка

pgsql/src/include/nodes (execnodes.h nodes.h plannodes.h)

От
Tom Lane
Дата:
  Date: Thursday, October 26, 2000 @ 17:38:12
Author: tgl

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

Modified Files:
    execnodes.h nodes.h plannodes.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.