pgsql/src/include/utils (builtins.h fcache.h sets.h fcache2.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/utils (builtins.h fcache.h sets.h fcache2.h)
Date
Msg-id 200008240329.e7O3TEh75128@hub.org
Whole thread Raw
List pgsql-committers
  Date: Wednesday, August 23, 2000 @ 23:29:14
Author: tgl

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

Modified Files:
    builtins.h fcache.h sets.h

Removed Files:
    fcache2.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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: [WEBMASTER] 'www/html postgresql.wav'
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/cache (fcache.c)