I had overlooked the fact that some fmgr-callable functions return void

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ff7b9f55410bbfbd017af331d23371ab61b63d5e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-06-14T05:24:50Z
Releases: 7.1.1
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.

Files