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

Commit26b45dc

Browse files
committed
Fix typo in "pg_xlogdump --help" and error message.
Fujii Masao and me.
1 parent3a9e64a commit26b45dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_xlogdump/pg_xlogdump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ usage(void)
393393
printf(" (default: ./pg_xlog)\n");
394394
printf(" -r, --rmgr=RMGR only show records generated by resource manager RMGR\n");
395395
printf(" use --rmgr=list to list valid resource manager names\n");
396-
printf(" -s, --start=RECPTRstop reading at log position RECPTR\n");
396+
printf(" -s, --start=RECPTRstart reading at log position RECPTR\n");
397397
printf(" -t, --timeline=TLI timeline from which to read log records\n");
398398
printf(" (default: 1 or the value used in STARTSEG)\n");
399399
printf(" -x, --xid=XID only show records with TransactionId XID\n");
@@ -512,7 +512,7 @@ main(int argc, char **argv)
512512
case's':
513513
if (sscanf(optarg,"%X/%X",&xlogid,&xrecoff)!=2)
514514
{
515-
fprintf(stderr,"%s: could not parseend log position \"%s\"\n",
515+
fprintf(stderr,"%s: could not parsestart log position \"%s\"\n",
516516
progname,optarg);
517517
gotobad_argument;
518518
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp