mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove redundant newlines from error messages
This commit is contained in:
@ -1173,8 +1173,8 @@ read_pg_version_file(char *directory)
|
|||||||
* out.
|
* out.
|
||||||
*/
|
*/
|
||||||
if (version < 10 && *ep == '.')
|
if (version < 10 && *ep == '.')
|
||||||
pg_fatal("%s: server version too old\n", filename);
|
pg_fatal("%s: server version too old", filename);
|
||||||
pg_fatal("%s: could not parse version number\n", filename);
|
pg_fatal("%s: could not parse version number", filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Debugging output. */
|
/* Debugging output. */
|
||||||
|
Reference in New Issue
Block a user