Обсуждение: pgsql: Remove CustomPath's TextOutCustomPath method.

Поиск
Список
Период
Сортировка

pgsql: Remove CustomPath's TextOutCustomPath method.

От
Robert Haas
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f2305d40ec20e63f781983d103d819ad2b6c0faf

Modified Files
--------------
doc/src/sgml/custom-scan.sgml | 13 -------------
src/backend/nodes/outfuncs.c  |  2 --
src/include/nodes/relation.h  |  3 ---
3 files changed, 18 deletions(-)