Re: _getPlan missing support for some Plan node elements - Mailing list pgsql-patches

From Tom Lane
Subject Re: _getPlan missing support for some Plan node elements
Date
Msg-id 27747.1036790155@sss.pgh.pa.us
Whole thread Raw
In response to _getPlan missing support for some Plan node elements  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> I was poking around the PREPARE/EXECUTE code, and I noticed _getPlan(Plan
> *node) in readfuncs.c is missing support for 4 elements of the Plan struct.
> Attached patch adds it.

Actually, there is no reason for readfuncs.c to support Plan node types
at all; I've been thinking of ripping out all that code since it's (a)
useless and (b) tedious to maintain.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: cleanup standard includes
Next
From: Neil Conway
Date:
Subject: removed unused defines