Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5177dfe

Browse files
committed
Make message more consistent
1 parent 7de3874 commit 5177dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ BaseBackup(void)
905905
}
906906
if (PQntuples(res) != 1)
907907
{
908-
fprintf(stderr, _("%s: no end point returned from server\n"),
908+
fprintf(stderr, _("%s: no WAL end position returned from server\n"),
909909
progname);
910910
disconnect_and_exit(1);
911911
}

0 commit comments

Comments
 (0)