pgsql/src/include (fmgr.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include (fmgr.h)
Date: 2000-06-14 05:24:54
Message-ID: 200006140524.e5E5OsS66451@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Wednesday, June 14, 2000 @ 01:24:50
Author: tgl

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

Modified Files:
fmgr.h

----------------------------- Log Message -----------------------------

I had overlooked the fact that some fmgr-callable functions return void
--- ie, they're only called for side-effects. Add a PG_RETURN_VOID()
macro and use it where appropriate. This probably doesn't change the
machine code by a single bit ... it's just for documentation.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2000-06-14 13:10:48 pgsql/doc/src/sgml (sql.sgml)
Previous Message Tom Lane 2000-06-14 05:24:50 pgsql/src/backend/utils/adt (arrayfuncs.c selfuncs.c)