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

From Tom Lane
Subject pgsql: Doc: flesh out fmgr/README's description of context-node usage.
Date
Msg-id E1p1Umu-001qoW-00@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Fix DEFAULT handling for multi-row INSERT rules.
Next
From: David Rowley
Date:
Subject: pgsql: Improve performance of pg_strtointNN functions