Re: Non-decimal integer literals

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Non-decimal integer literals
Дата
Msg-id 164fea20-dae9-d0fb-9917-772cd0068d29@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Non-decimal integer literals  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: Non-decimal integer literals
Список pgsql-hackers
On 23.11.22 17:25, Dean Rasheed wrote:
> Taking a quick look, I noticed that there are no tests for negative
> values handled in the parser.
> 
> Giving that a spin shows that make_const() fails to correctly identify
> the base of negative non-decimal integers in the T_Float case, causing
> it to fall through to numeric_in() and fail:

Fixed in new patch.

Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: TAP output format in pg_regress
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Transparent column encryption