Re: stringToNode() for plan nodes... - Mailing list pgsql-general

From Tom Lane
Subject Re: stringToNode() for plan nodes...
Date
Msg-id 7496.1094883047@sss.pgh.pa.us
Whole thread Raw
In response to stringToNode() for plan nodes...  ("Katsaros Kwn/nos" <ntinos@aueb.gr>)
List pgsql-general
"Katsaros Kwn/nos" <ntinos@aueb.gr> writes:
> I've read somewhere that there is no support in stringToNode() for Plan
> nodes.Is this true?

Why would you doubt the statement in readfuncs.c?

 * NOTES
 *      Path and Plan nodes do not have any readfuncs support, because we
 *      never have occasion to read them in.    (There was once code here that
 *      claimed to read them, but it was broken as well as unused.)  We
 *      never read executor state trees, either.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PL/pgSQL Function Problem
Next
From: Greg Stark
Date:
Subject: Re: Speeding up LIKE with placeholders?