View Single Post

   
  #7 (permalink)  
Old 04-29-2008, 08:31 PM
Tom Lane
 
Posts: n/a
Default Re: [HACKERS] Removing typename from A_Const (was: Empty arrays with ARRAY[])

Alvaro Herrera <alvherre@commandprompt.com> writes:
> I came up with the attached patch.


I wasn't envisioning anything anywhere near this invasive. We only
need locations on constants in a few contexts, I think.

BTW, you broke _equalAConst() ... it was a bad idea anyway to recast
it on the assumption that there would never again be more than one
field.

regards, tom lane

--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply With Quote