Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[])

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[])
Дата
Msg-id 16856.1209416231@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Removing typename from A_Const (was: Empty arrays with ARRAY[])  ("Brendan Jurd" <direvus@gmail.com>)
Ответы Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[])  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[])
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCHES] Removing typename from A_Const (was: Empty arrays with ARRAY[])