Fix documentation of FmgrInfo.fn_nargs.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/fmgr/README | modified | +1 −1 |
| src/include/fmgr.h | modified | +1 −2 |