Fix documentation of FmgrInfo.fn_nargs.

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

Commit: d26b042ce577a4012b9798528f0b1bcfa6e502eb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-04-23T03:22:12Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/backend/utils/fmgr/README modified +1 −1
src/include/fmgr.h modified +1 −2