Provide readfuncs support for custom scans.
Commit a0d9f6e4 added this support for all other plan node types; this fills in the gap. Since TextOutCustomScan complicates this and is pretty well useless, remove it. KaiGai Kohei, with some modifications by me.
Showing
- doc/src/sgml/custom-scan.sgml 4 additions, 14 deletionsdoc/src/sgml/custom-scan.sgml
- src/backend/nodes/outfuncs.c 4 additions, 3 deletionssrc/backend/nodes/outfuncs.c
- src/backend/nodes/readfuncs.c 41 additions, 0 deletionssrc/backend/nodes/readfuncs.c
- src/include/nodes/plannodes.h 2 additions, 3 deletionssrc/include/nodes/plannodes.h
Loading
Please register or sign in to comment