Re: Small miscellaneous fixes

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Small miscellaneous fixes
Дата
Msg-id Y3SKVVeDcGXtemVa@paquier.xyz
обсуждение исходный текст
Ответ на Re: Small miscellaneous fixes  (Ranier Vilela <ranier.vf@gmail.com>)
Ответы Re: Small miscellaneous fixes  (Ranier Vilela <ranier.vf@gmail.com>)
Список pgsql-hackers
On Tue, Oct 04, 2022 at 08:23:16AM -0300, Ranier Vilela wrote:
> Both are correct, I missed the pqsignal calls.
>
> Attached patch to change this.

The change for pgbench is missing and this is only changing
pg_test_fsync.  Switching to sig_atomic_t would be fine on non-WIN32
as these are used in signal handlers, but are we sure that this is
fine on WIN32 for pg_test_fsync where we rely on a separate thread to
control the timing of the alarm?
--
Michael

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Standardizing how pg_waldump presents recovery conflict XID cutoffs
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [PoC] Let libpq reject unexpected authentication requests