Re: Advice needed concerning Win32 signals - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: Advice needed concerning Win32 signals
Date
Msg-id 435287BE.8040508@home.se
Whole thread Raw
In response to Re: Advice needed concerning Win32 signals  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers
mha@sollentuna.net wrote:
> These "fake signals" are dispatched on the main thread. They are
> received by a worker thread, which will queue them up and set a flag,
> and the main thread then polls this queue and delivers the actual
> signal.
>   
OK. Now I understand. On Windows I don't need to do anything at all. 
There's no risk of signals in other threads then main.

- thomas



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: slow IN() clause for many cases
Next
From: Tom Lane
Date:
Subject: Re: slow IN() clause for many cases