pgsql: Doc: flesh out fmgr/README's description of context-node usage.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: flesh out fmgr/README's description of context-node usage.
Дата
Msg-id E1p1Umu-001qoW-00@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: flesh out fmgr/README's description of context-node usage.

I wrote this to provide a home for a planned discussion of error
return conventions for non-error-throwing functions.  But it seems
useful as documentation of existing code no matter what becomes of
that proposal, so commit separately.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/29452de7341b0effbc275d7e139ade83cebda69f

Modified Files
--------------
src/backend/utils/fmgr/README | 42 +++++++++++++++++++++++++++++++++++++-----
1 file changed, 37 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix DEFAULT handling for multi-row INSERT rules.
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Improve performance of pg_strtointNN functions