From: | Tom Lane <tgl> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/include/executor (functions.h) |
Date: | 2000-05-28 17:56:18 |
Message-ID: | 200005281756.NAA33322@hub.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Sunday, May 28, 2000 @ 13:56:18
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/include/executor
from hub.org:/home/projects/pgsql/tmp/cvs-serv33038/include/executor
Modified Files:
functions.h
----------------------------- Log Message -----------------------------
First round of changes for new fmgr interface. fmgr itself and the
key call sites are changed, but most called functions are still oldstyle.
An exception is that the PL managers are updated (so, for example, NULL
handling now behaves as expected in plperl and plpgsql functions).
NOTE initdb is forced due to added column in pg_proc.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-05-28 17:56:25 | pgsql/src/include/utils (dynamic_loader.h fcache.h fmgrtab.h int8.h) |
Previous Message | Tom Lane | 2000-05-28 17:56:17 | pgsql/src/include/catalog (catversion.h pg_attribute.h pg_class.h pg_language.h pg_proc.h) |