Re: pg_usleep - Mailing list pgsql-patches

From Claudio Natoli
Subject Re: pg_usleep
Date
Msg-id A02DEC4D1073D611BAE8525405FCCE2B0280B1@harris.memetrics.local
Whole thread Raw
In response to pg_usleep  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pg_usleep
List pgsql-patches

> 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 ?). Also, we might want to change to SleepEx, depending on how
we eventually get signals implemented, but that's a story for another day.

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 :-)

Cheers,
Claudio


---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Solaris thread patch
Next
From: Bruce Momjian
Date:
Subject: Re: fork/exec patch: pre-CreateProcess finalization