Re: Recent updates

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: Recent updates
Дата
Msg-id 35A76EC6.EC982E97@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: Recent updates  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> > 5) automatic data type conversion now happens in every place it
> > needs to, I think.
> Good.  I assume UNION NULL is still an issue one of us needs to fix.

Not anymore :)

postgres=> select text 'hi' union select NULL;
?column?
--------
hi

(2 rows)

It was a one-liner addition to check for NULL columns and do nothing for
conversions. Will keep the patch here for a couple of days while doing
more testing...

                           - Tom

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Leaving for vacation
Следующее
От: Goran Thyni
Дата:
Сообщение: db/dbm-emulation