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

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/executor (execFlatten.h executor.h functions.h)
Date: 2000-08-24 03:29:11
Message-ID: 200008240329.e7O3TBN75083@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-24 03:29:12 pgsql/src/include (fmgr.h)
Previous Message Tom Lane 2000-08-24 03:29:10 pgsql/src/include/commands (defrem.h)