Re: [PATCH] fix race condition in libpq (related to ssl connections)

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] fix race condition in libpq (related to ssl connections)
Дата
Msg-id ZWA4YhoPfGtxIomk@paquier.xyz
обсуждение исходный текст
Ответ на Re: [PATCH] fix race condition in libpq (related to ssl connections)  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
On Wed, Nov 22, 2023 at 02:58:15PM +1300, Thomas Munro wrote:
> On Wed, Nov 22, 2023 at 2:44 PM Michael Paquier <michael@paquier.xyz> wrote:
>> Because --disable-thread-safe has been removed recently in
>> 68a4b58eca03.  The routine could be marked as deprecated on top of
>> saying that it always returns 1 for 17~.
>
> See also commit ce0b0fa3 "Doc: Adjust libpq docs about thread safety."

Sure, I've noticed that in the docs, but declaring it as deprecated is
a different topic, and we don't actually use this term in the docs for
this routine, no?
--
Michael

Вложения

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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Properly pathify the union planner
Следующее
От: Richard Guo
Дата:
Сообщение: Re: Don't use bms_membership in places where it's not needed