Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG
Дата
Msg-id c23d6ec1-f882-af48-82d9-54e9f3e15809@joeconway.com
обсуждение исходный текст
Ответ на Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG  (Joe Conway <mail@joeconway.com>)
Список pgsql-bugs
On 6/10/23 14:42, Tom Lane wrote:
> Joe Conway <mail@joeconway.com> writes:
>> 5/ The attached fixes the issue for me on pg10 and passes check-world.
>> Comments?
> 
> The call in PGLC_localeconv seems *very* oddly placed.  Why not
> do that before it does any other locale calls?  Otherwise you don't
> really have reason to believe you're saving the appropriate
> values to restore later.


As far as I can tell it really only affects localeconv(), so I tried to 
place it close to those. But I am fine with moving it up.

-- 
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG
Следующее
От: Joe Conway
Дата:
Сообщение: Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG