We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8d8dd commit 8ca0e68Copy full SHA for 8ca0e68
src/bin/pg_resetxlog/pg_resetxlog.c
@@ -1036,7 +1036,7 @@ usage(void)
1036
printf(_(" -e XIDEPOCH set next transaction ID epoch\n"));
1037
printf(_(" -f force update to be done\n"));
1038
printf(_(" -l XLOGFILE force minimum WAL starting location for new transaction log\n"));
1039
- printf(_(" -m XID,XID set next and oldest multitransaction ID\n"));
+ printf(_(" -m MXID,MXID set next and oldest multitransaction ID\n"));
1040
printf(_(" -n no update, just show extracted control values (for testing)\n"));
1041
printf(_(" -o OID set next OID\n"));
1042
printf(_(" -O OFFSET set next multitransaction offset\n"));
0 commit comments