Thread: pgsql: Fix documentation of FmgrInfo.fn_nargs.

pgsql: Fix documentation of FmgrInfo.fn_nargs.

From
Tom Lane
Date:
Fix documentation of FmgrInfo.fn_nargs.

Some ancient comments claimed that fn_nargs could be -1 to indicate a
variable number of input arguments; but this was never implemented, and
is at variance with what we ultimately did with "variadic" functions.
Update the comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d26b042ce577a4012b9798528f0b1bcfa6e502eb

Modified Files
--------------
src/backend/utils/fmgr/README |    2 +-
src/include/fmgr.h            |    3 +--
2 files changed, 2 insertions(+), 3 deletions(-)