Remove CustomPath's TextOutCustomPath method.

Robert Haas <rhaas@postgresql.org>

Commit: f2305d40ec20e63f781983d103d819ad2b6c0faf
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-02-03T15:38:50Z
Releases: 9.6.0
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

PathChange+/−
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

Documentation touched