pgbench-quiet.patch
application/octet-stream
Filename: pgbench-quiet.patch
Type: application/octet-stream
Part: 1
Message:
Re: Simulating Clog Contention
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| contrib/pgbench/pgbench.c | 1 | 1 |
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"))