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