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

Commit298706d

Browse files
committed
pgbench: Fix order in --help output
The new option --progress-timestamp was just added at the end. Put itin alphabetical order.
1 parent29424a9 commit298706d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ usage(void)
438438
" -T, --time=NUM duration of benchmark test in seconds\n"
439439
" -v, --vacuum-all vacuum all four standard tables before tests\n"
440440
" --aggregate-interval=NUM aggregate data over NUM seconds\n"
441-
" --sampling-rate=NUM fraction of transactions to log (e.g. 0.01 for 1%%)\n"
442441
" --progress-timestamp use Unix epoch timestamps for progress\n"
442+
" --sampling-rate=NUM fraction of transactions to log (e.g., 0.01 for 1%%)\n"
443443
"\nCommon options:\n"
444444
" -d, --debug print debugging output\n"
445445
" -h, --host=HOSTNAME database server host or socket directory\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp