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

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

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

От
Tom Lane
Дата:
  Date: Wednesday, August 23, 2000 @ 23:29:13
Author: tgl

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

Modified Files:
    execnodes.h nodes.h primnodes.h

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

SQL-language functions are now callable in ordinary fmgr contexts ...
for example, an SQL function can be used in a functional index.  (I make
no promises about speed, but it'll work ;-).)  Clean up and simplify
handling of functions returning sets.