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

Commit00e0b67

Browse files
committed
Remove reference to range mode in pg_xlogdump error
pg_xlogdump doesn't have any other mode, so it's just confusing toinclude this in the error message as it indicates there might be anothermode.
1 parent56a9974 commit00e0b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_xlogdump/pg_xlogdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ main(int argc, char **argv)
949949
/* we don't know what to print */
950950
if (XLogRecPtrIsInvalid(private.startptr))
951951
{
952-
fprintf(stderr,"%s: no start log position given in range mode.\n",progname);
952+
fprintf(stderr,"%s: no start log position given.\n",progname);
953953
gotobad_argument;
954954
}
955955

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp