Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[]) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[])
Date
Msg-id 17166.1209416848@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[])  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Hmm, I'm now wondering if the location should be added to Value as well,
> so that it can be passed down to Const?

Just for the record, we don't want it in Const.  Parse locations are
only useful in the "raw grammar" output, mainly because they aren't
helpful unless you still have the original query string laying about.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[])
Next
From: Tom Lane
Date:
Subject: Re: WANTED: VACUUM SUMMARY