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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/optimizer/prep prepunion.c
Дата
Msg-id 200111122004.fACK4Kl29182@postgresql.org
обсуждение исходный текст
Ответы Re: pgsql/src/backend/optimizer/prep prepunion.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/11/12 15:04:20

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

Log message:
    If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the
    typmod of a particular column, mark the output with that same typmod,
    not -1 as formerly.  -1 is still used if there is any disagreement.
    Part of response to bug#513.


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

Предыдущее
От: barry@postgresql.org
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc TODO