Re: pg_usleep

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_usleep
Date: 2003-12-31 14:12:43
Message-ID: 1530.24.211.141.25.1072879963.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

Claudio Natoli said:
>
>
>> patch + new file attached. Haven't tested on Windows, but
>> should be fine.
>
> Would be, except for a small typo (conditional operator has an
> additional : instead of a ?).

Darnit. please fix when applying.

> Also, we might want to change to SleepEx,
> depending on how we eventually get signals implemented, but that's a
> story for another day.
>

Yes. If we use a separate thread to catch signal events then only calls in
that thread would need to use SleepEx, no? Anyway, as you say if necessary
it can be adjusted later.

> This, + the pipe() patch from a couple days ago, means we can just
> about tick off the "Problems with select()" item on the Win32 TODO list
> :-)
>

That was the intention :-)

cheers

andrew

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Claudio Natoli 2004-01-06 22:04:46 Re: fork/exec patch: pre-CreateProcess finalization
Previous Message Claudio Natoli 2003-12-31 02:33:09 Re: pg_usleep

Browse pgsql-patches by date

  From Date Subject
Next Message My Deja 2004-01-02 02:48:14 Re: pgAdmin crashes when client_min_messages is
Previous Message Bruce Momjian 2003-12-31 05:17:13 Re: fork/exec patch: pre-CreateProcess finalization