mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 06:18:35 -04:00
a05dc4d7fd
Commit a0d9f6e434 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.