Re: tiny step toward threading: reduce dependence on setlocale()

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: tiny step toward threading: reduce dependence on setlocale()
Дата
Msg-id f1935bc481438c9d86c2e0ac537b1c110d41a00a.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: tiny step toward threading: reduce dependence on setlocale()  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: tiny step toward threading: reduce dependence on setlocale()
Список pgsql-hackers
On Thu, 2024-06-06 at 11:37 -0700, Jeff Davis wrote:
>
> I think this patch series is a nice cleanup, as well, making libc
> more
> like the other providers and not dependent on global state.

New rebased series attached with additional cleanup. Now that
pg_locale_t is never NULL, we can simplify the way the collation cache
works, eliminating ~100 lines.

--
Jeff Davis
PostgreSQL Contributor Team - AWS



Вложения

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

Предыдущее
От: Jelte Fennema-Nio
Дата:
Сообщение: Re: RFC: adding pytest as a supported test framework
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Using LibPq in TAP tests via FFI