Skip to content

Commit 8ca26e7

Browse files
committed
Tag 1000000L as long for compuation.
1 parent a535a15 commit 8ca26e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_autovacuum/pg_autovacuum.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Revisions by Christopher B. Browne, Liberty RMS
55
* Win32 Service code added by Dave Page
66
*
7-
* $PostgreSQL: pgsql/contrib/pg_autovacuum/pg_autovacuum.c,v 1.31 2005/04/19 03:35:15 momjian Exp $
7+
* $PostgreSQL: pgsql/contrib/pg_autovacuum/pg_autovacuum.c,v 1.32 2005/05/11 14:53:43 momjian Exp $
88
*/
99

1010
#include "postgres_fe.h"
@@ -1749,7 +1749,7 @@ VacuumLoop(int argc, char **argv)
17491749
fflush(LOGOUTPUT);
17501750
}
17511751

1752-
pg_usleep(sleep_secs * 1000000); /* Larger Pause between outer loops */
1752+
pg_usleep(sleep_secs * 1000000L); /* Larger Pause between outer loops */
17531753

17541754
gettimeofday(&then, 0); /* Reset time counter */
17551755

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy