pgsql: Remove CustomPath's TextOutCustomPath method.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove CustomPath's TextOutCustomPath method.
Date: 2016-02-03 15:47:09
Message-ID: E1aQze9-0007KH-TC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-03 16:54:57 pgsql: Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.
Previous Message Robert Haas 2016-02-03 14:28:06 pgsql: pgbench: Install guard against overflow when dividing by -1.