Re: Date-Time dangling unit fix

Поиск
Список
Период
Сортировка
От Joseph Koshakow
Тема Re: Date-Time dangling unit fix
Дата
Msg-id CAAvxfHc8xy42wX8Xk7RTLee_O16ui4RfT7vkjfnN+ERgpaHV+g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Date-Time dangling unit fix  (Joseph Koshakow <koshy44@gmail.com>)
Ответы Re: Date-Time dangling unit fix  (Joseph Koshakow <koshy44@gmail.com>)
Список pgsql-hackers
I just found another class of this bug that the submitted patch does
not fix. If the units are at the beginning of the string, then they are
also ignored. For example, `date 'm d y2020m11d3'` is also valid. I
think the fix here is to check and make sure that ptype is 0 before
reassigning the value to a non-zero number. I'll send an updated patch
with this tonight.

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: sendFileWithContent() does not advance the source pointer
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum