Re: EINTR in ftruncate()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EINTR in ftruncate()
Дата
Msg-id 3153247.1657834482@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: EINTR in ftruncate()  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: EINTR in ftruncate()  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> So why would I add another wrapper like PG_SETMASK and leave it
> unimplemented for now on Windows, when I could just use sigprocmask()
> directly and leave it unimplemented for now on Windows?

Fair enough, I guess.  No objection to this patch.

(Someday we oughta go ahead and make our Windows signal API look more
like POSIX, as I suggested back in 2015.  I'm still not taking
point on that, though.)

            regards, tom lane



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: EINTR in ftruncate()
Следующее
От: "Euler Taveira"
Дата:
Сообщение: Re: Introduce "log_connection_stages" setting.