diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c
index 2d2e0f6..96cdf0f 100644
--- a/contrib/pgbench/pgbench.c
+++ b/contrib/pgbench/pgbench.c
@@ -1385,7 +1385,7 @@ init(void)
 			exit(1);
 		}
 
-		if (j % 10000 == 0)
+		if (j % 100000 == 0)
 			fprintf(stderr, "%d tuples done.\n", j);
 	}
 	if (PQputline(con, "\\.\n"))
