Re: more problems with the money type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: more problems with the money type
Дата
Msg-id 21088.1187668641@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: more problems with the money type  (Andrew Chernow <ac@esilo.com>)
Список pgsql-hackers
Andrew Chernow <ac@esilo.com> writes:
> Division segfaults server as well - SELECT '3'::money / 2 - for the same reason 
> multiplication did.

Yup.  A quick scan doesn't show any other mistaken int32->int64
replacements in the file, but maybe someone wants to look closer?

Patch applied.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with locks
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: tsearch2 patch status report