diff --git a/src/bin/pg_combinebackup/pg_combinebackup.c b/src/bin/pg_combinebackup/pg_combinebackup.c index 01d7fb98e7..0fd3222983 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. */