pgsql/src/include/executor (execFlatten.h executor.h functions.h)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/executor (execFlatten.h executor.h functions.h)
Дата
Msg-id 200008240329.e7O3TBN75083@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Wednesday, August 23, 2000 @ 23:29:11
Author: tgl

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

Modified Files:
    execFlatten.h executor.h functions.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.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/pl/plpgsql/src (pl_exec.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/adt (sets.c)