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

Commit8ca0e68

Browse files
committed
pg_resetxlog: Make --help consistent with man page
Use "MXID" as placeholder for -m option, instead of just "XID".
1 parentbf8d8dd commit8ca0e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_resetxlog/pg_resetxlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ usage(void)
10361036
printf(_(" -e XIDEPOCH set next transaction ID epoch\n"));
10371037
printf(_(" -f force update to be done\n"));
10381038
printf(_(" -l XLOGFILE force minimum WAL starting location for new transaction log\n"));
1039-
printf(_(" -mXID,XID set next and oldest multitransaction ID\n"));
1039+
printf(_(" -mMXID,MXID set next and oldest multitransaction ID\n"));
10401040
printf(_(" -n no update, just show extracted control values (for testing)\n"));
10411041
printf(_(" -o OID set next OID\n"));
10421042
printf(_(" -O OFFSET set next multitransaction offset\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp