Skip to content
Snippets Groups Projects
Commit 00e0b67a authored by Magnus Hagander's avatar Magnus Hagander
Browse files

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.
parent 56a99741
No related branches found
No related tags found
No related merge requests found
......@@ -949,7 +949,7 @@ main(int argc, char **argv)
/* we don't know what to print */
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment