Re: Underscores in numeric literals

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Underscores in numeric literals
Дата
Msg-id 18865902-c612-9fdf-8222-6ce09d5a7b72@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Underscores in numeric literals  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: Underscores in numeric literals  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
On 31.01.23 17:09, Dean Rasheed wrote:
> On Tue, 31 Jan 2023 at 15:28, Peter Eisentraut
> <peter.eisentraut@enterprisedb.com> wrote:
>>
>> Did you have any thoughts about what to do with the float types?  I
>> guess we could handle those in a separate patch?
>>
> 
> I was assuming that we'd do nothing for float types, because anything
> we did would necessarily impact their performance.

Yeah, as long as we are using strtof() and strtod() we should just leave 
it alone.  If we have break that open and hand-code something, we can 
reconsider it.

So I think you could go ahead with committing your patch and we can 
consider this topic done for now.




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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: Weird failure with latches in curculio on v15
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Move defaults toward ICU in 16?