Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ca26e7

Browse files
committed
Tag 1000000L as long for compuation.
1 parenta535a15 commit8ca26e7

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)

[8]ページ先頭

©2009-2025 Movatter.jp