8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a535a15 commit 8ca26e7Copy full SHA for 8ca26e7
contrib/pg_autovacuum/pg_autovacuum.c
@@ -4,7 +4,7 @@
4
* Revisions by Christopher B. Browne, Liberty RMS
5
* Win32 Service code added by Dave Page
6
*
7
- * $PostgreSQL: pgsql/contrib/pg_autovacuum/pg_autovacuum.c,v 1.31 2005/04/19 03:35:15 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pg_autovacuum/pg_autovacuum.c,v 1.32 2005/05/11 14:53:43 momjian Exp $
8
*/
9
10
#include "postgres_fe.h"
@@ -1749,7 +1749,7 @@ VacuumLoop(int argc, char **argv)
1749
fflush(LOGOUTPUT);
1750
}
1751
1752
- pg_usleep(sleep_secs * 1000000); /* Larger Pause between outer loops */
+ pg_usleep(sleep_secs * 1000000L); /* Larger Pause between outer loops */
1753
1754
gettimeofday(&then, 0); /* Reset time counter */
1755
0 commit comments