pgsql: Remove CustomPath's TextOutCustomPath method.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Remove CustomPath's TextOutCustomPath method.
Дата
Msg-id E1aQze9-0007KH-TC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: pgbench: Install guard against overflow when dividing by -1.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.