Re: _getPlan missing support for some Plan node elements

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: _getPlan missing support for some Plan node elements
Date: 2002-11-08 21:15:55
Message-ID: 27747.1036790155@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Joe Conway <mail(at)joeconway(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-11-09 02:16:07 removed unused defines
Previous Message Bruce Momjian 2002-11-08 20:22:53 Re: cleanup standard includes