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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src/backend/optimizer/prep prepunion.c
Дата
Msg-id 20020305051026.49EAD4758FE@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/03/05 00:10:25

Modified files:
    src/backend/optimizer/prep: prepunion.c

Log message:
    Previous patch to mark UNION outputs with common typmod (if any) breaks
    three-or-more-way UNIONs, as per example from Josh Berkus.  Cause is a
    fragile assumption that one tlist's entries will exactly match another.
    Restructure code to make that assumption a little less fragile.


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

Предыдущее
От: ishii@postgresql.org (Tatsuo Ishii)
Дата:
Сообщение: pgsql/src backend/utils/adt/Tag: backend/utils ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/backend/optimizer/prep Tag: REL7_2_S ...