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

Commitfedabe1

Browse files
committed
Clarify initdb --help message for --wal-segsize
Specify that the value is in megabytes. This aligns the message withwhat's in the documentation.
1 parentb6e132d commitfedabe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,7 @@ usage(const char *progname)
23232323
printf(_(" -U, --username=NAME database superuser name\n"));
23242324
printf(_(" -W, --pwprompt prompt for a password for the new superuser\n"));
23252325
printf(_(" -X, --waldir=WALDIR location for the write-ahead log directory\n"));
2326-
printf(_(" --wal-segsize=SIZE size of wal segment size\n"));
2326+
printf(_(" --wal-segsize=SIZE size of wal segment size in megabytes\n"));
23272327
printf(_("\nLess commonly used options:\n"));
23282328
printf(_(" -d, --debug generate lots of debugging output\n"));
23292329
printf(_(" -k, --data-checksums use data page checksums\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp