Remove CustomPath's TextOutCustomPath method.
Robert Haas <rhaas@postgresql.org>
Remove CustomPath's TextOutCustomPath method. You can't really do anything useful with this in the form it currently exists; among other problems, there's no way to reread whatever information might be produced when the path is output. Work is underway to replace this with a more useful and more general system of extensible nodes, but let's start by getting rid of this bit. Extracted from a larger patch by KaiGai Kohei.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/custom-scan.sgml | modified | +0 −13 |
| src/backend/nodes/outfuncs.c | modified | +0 −2 |
| src/include/nodes/relation.h | modified | +0 −3 |