pgsql/src/pl/plpgsql/src (pl_exec.c pl_handler.c plpgsql.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl/plpgsql/src (pl_exec.c pl_handler.c plpgsql.h)
Date: 2000-05-28 17:56:29
Message-ID: 200005281756.NAA33375@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, May 28, 2000 @ 13:56:29
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/pl/plpgsql/src
from hub.org:/home/projects/pgsql/tmp/cvs-serv33038/pl/plpgsql/src

Modified Files:
pl_exec.c pl_handler.c plpgsql.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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-05-28 17:56:30 pgsql/src/pl/tcl (pltcl.c)
Previous Message Tom Lane 2000-05-28 17:56:28 pgsql/src/pl/plperl (plperl.c)