Fix documentation of FmgrInfo.fn_nargs.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 23 Apr 2014 03:22:12 +0000 (23:22 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 23 Apr 2014 03:22:12 +0000 (23:22 -0400)
commitd26b042ce577a4012b9798528f0b1bcfa6e502eb
treea768e23725059173e07726330b483d1d021b4735
parentc6a4ace5bf839b2480e8bb4c36bd3ec850c55c65
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.
src/backend/utils/fmgr/README
src/include/fmgr.h