Re: fe-utils - share query cancellation code

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: fe-utils - share query cancellation code
Дата
Msg-id alpine.DEB.2.21.1911061029540.5547@lancre
обсуждение исходный текст
Ответ на Re: fe-utils - share query cancellation code  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: fe-utils - share query cancellation code  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
> It looks like don't define sigint_interrupt_jmp and 
> sigint_interrupt_enabled on Windows, yet they are still declared and 
> referenced?

Indeed, I put it on the wrong side of a "#ifndef WIN32".

Basically it is a false constant under WIN32, which it seems does not have 
sigint handler, but the code checks whether the non existent handler is 
enabled anyway.

Patch v5 attached fixes that, hopefully.

-- 
Fabien.
Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Checking return value of SPI_execute
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: [HACKERS] Block level parallel vacuum