aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/pg_combinebackup/pg_combinebackup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_combinebackup/pg_combinebackup.c b/src/bin/pg_combinebackup/pg_combinebackup.c
index 01d7fb98e79..0fd3222983a 100644
--- a/src/bin/pg_combinebackup/pg_combinebackup.c
+++ b/src/bin/pg_combinebackup/pg_combinebackup.c
@@ -1173,8 +1173,8 @@ read_pg_version_file(char *directory)
* out.
*/
if (version < 10 && *ep == '.')
- pg_fatal("%s: server version too old\n", filename);
- pg_fatal("%s: could not parse version number\n", filename);
+ pg_fatal("%s: server version too old", filename);
+ pg_fatal("%s: could not parse version number", filename);
}
/* Debugging output. */