Re: RULE regression test fragility?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RULE regression test fragility?
Дата
Msg-id 4691.1382976655@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: RULE regression test fragility?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: RULE regression test fragility?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Sat, Oct 26, 2013 at 12:02 PM, Andres Freund <andres@2ndquadrant.com> wrote:
>> Imo what it does looks sane - it adds parentheses whenever a child of a
>> set operation is a set operation again to make sure the order in which
>> the generated set operations are parsed/interpreted stays the same.

> But UNION ALL is associative.

In theory, yeah.

In practice, this could for example affect the parser's choices of
column datatypes for the UNION result.  We could perhaps side-step
that by forcing datatype labeling in the UNION arms, but I'm not
prepared to bet that ruleutils' output would be right if we just
summarily removed the parentheses.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: PL/Python: domain over array support
Следующее
От: Andres Freund
Дата:
Сообщение: OSX doesn't accept identical source/target for strcpy() anymore