Dave Page said:
>
>>
>> Hmm:
>>
>> Windows:
>>
>> VOID Sleep(DWORD dwMilliseconds);
>>
>> Unix:
>>
>> unsigned int sleep(unsigned int seconds);
>>
>> D'oh!
>>
>> Patch coming up....
>
We should not be using either of these, should we? pg_usleep() is platform
independent.
cheers
andrew