pgsql: Use pg_usleep() instead of plain sleep(), to fix Windows build - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Use pg_usleep() instead of plain sleep(), to fix Windows build
Date
Msg-id E1WSnqO-0002dF-Ti@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use pg_usleep() instead of plain sleep(), to fix Windows build

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/28475f8e58bd5da2b44a42203665a543f335c6a3

Modified Files
--------------
contrib/pg_xlogdump/pg_xlogdump.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add -f/--follow option to pg_xlogdump.
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Add -f/--follow option to pg_xlogdump.