> > We have the following warning on Windows:
> > pgarch.c:349: warning: implicit declaration of function `sleep'
>
> > To fix it we could include the right header (which appears to be
> > in the Windows/Mingw case), or we could replace
> the call by
> > a call to pg_usleep().
>
> is include
Tom Lane wrote:
> Andrew Dunstan <[EMAIL PROTECTED]> writes:
> > We have the following warning on Windows:
> > pgarch.c:349: warning: implicit declaration of function `sleep'
>
> > To fix it we could include the right header (which appears to be
> > in the Windows/Mingw case), or we could replac
Tom Lane wrote:
Andrew Dunstan <[EMAIL PROTECTED]> writes:
We have the following warning on Windows:
pgarch.c:349: warning: implicit declaration of function `sleep'
To fix it we could include the right header (which appears to be
in the Windows/Mingw case), or we could replace the cal
Andrew Dunstan <[EMAIL PROTECTED]> writes:
> We have the following warning on Windows:
> pgarch.c:349: warning: implicit declaration of function `sleep'
> To fix it we could include the right header (which appears to be
> in the Windows/Mingw case), or we could replace the call by a
> call to p