Re: pgsql/src/backend/optimizer/prep prepunion.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/src/backend/optimizer/prep prepunion.c
Дата
Msg-id 19486.1005600576@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql/src/backend/optimizer/prep prepunion.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Very nice.  I know we punted typmod on several places because where
> we had conflicting typmod cases in expressions.  This seems like a nice
> idea, keep the typmods if they are all the same.  Any more places I can
> add to TODO?

UNION and CASE are the only examples where we do type resolution that
way, so they are probably the only ones that have any reason to do
typmod resolution this way ...

            regards, tom lane

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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/ oc/src/sgml/datatype.sgml rc/backend/pa ...
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc TODO