pgsql/src/backend/parser (parse_func.c parse_node.c)

Lists: pgsql-committers
From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser (parse_func.c parse_node.c)
Date: 2000-08-24 03:29:06
Message-ID: 200008240329.e7O3T6i75014@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Date: Wednesday, August 23, 2000 @ 23:29:05
Author: tgl

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

Modified Files:
parse_func.c parse_node.c

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