pgsql: Doc: rearrange high-level commentary about node support coverage

Started by Tom Laneabout 4 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Doc: rearrange high-level commentary about node support coverage.

copyfuncs.c and friends no longer seem like great places to put
high-level remarks about what's covered and what isn't. Move that
material to backend/nodes/README and other more-prominent places.
Add back (versions of) some remarks that disappeared in 2be87f092.

Discussion: /messages/by-id/3843645.1657385930@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3cd0ac987819280eb8dd3e0997f0294b8bc6355a

Modified Files
--------------
src/backend/nodes/README | 26 +++++++++++++++++++++++++-
src/backend/nodes/outfuncs.c | 13 -------------
src/backend/nodes/readfuncs.c | 6 +-----
src/include/nodes/execnodes.h | 21 +++++++++++++++------
4 files changed, 41 insertions(+), 25 deletions(-)