Thread: pgsql/src/backend/access/nbtree (nbtree.c)

pgsql/src/backend/access/nbtree (nbtree.c)

From
Tom Lane
Date:
  Date: Wednesday, June 14, 2000 @ 01:24:41
Author: tgl

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

Modified Files:
    nbtree.c

-----------------------------  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.