mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Remove reference to range mode in pg_xlogdump error
pg_xlogdump doesn't have any other mode, so it's just confusing to include this in the error message as it indicates there might be another mode.
This commit is contained in:
parent
56a9974133
commit
00e0b67a58
@ -949,7 +949,7 @@ main(int argc, char **argv)
|
|||||||
/* we don't know what to print */
|
/* we don't know what to print */
|
||||||
if (XLogRecPtrIsInvalid(private.startptr))
|
if (XLogRecPtrIsInvalid(private.startptr))
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s: no start log position given in range mode.\n", progname);
|
fprintf(stderr, "%s: no start log position given.\n", progname);
|
||||||
goto bad_argument;
|
goto bad_argument;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user