pgsql: Fix documentation of FmgrInfo.fn_nargs. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix documentation of FmgrInfo.fn_nargs.
Date
Msg-id E1WcnlO-0001JQ-JQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix broken logic in logical_heap_rewrite_flush_mappings().
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Cleanup of new b-tree page deletion code.