pgsql/src/backend/optimizer/path (indxpath.c)

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

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

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

Modified Files:
indxpath.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.