Re: Fix overflow in DecodeInterval

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix overflow in DecodeInterval
Дата
Msg-id 1523458.1648926618@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fix overflow in DecodeInterval  (Joseph Koshakow <koshy44@gmail.com>)
Ответы Re: Fix overflow in DecodeInterval
Список pgsql-hackers
Joseph Koshakow <koshy44@gmail.com> writes:
> I took a stab at this issue and the attached patch (which would be
> applied on top of your v10 patch) seems to fix the issue. Feel
> free to ignore it if you're already working on a fix.

You really only need to flip val/fval in one place.  More to the
point, there's also the hh:mm:ss paths to deal with; see my v11.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fix overflow in DecodeInterval
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: JSON constructors and window functions