pgsql: Fix documentation of FmgrInfo.fn_nargs.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix documentation of FmgrInfo.fn_nargs.
Дата
Msg-id E1WcnlO-0001JQ-JQ@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix broken logic in logical_heap_rewrite_flush_mappings().
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Cleanup of new b-tree page deletion code.