Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaea7988

Browse files
committed
Remove redundant newlines from error messages
1 parent5844565 commitaea7988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_combinebackup/pg_combinebackup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,8 +1173,8 @@ read_pg_version_file(char *directory)
11731173
* out.
11741174
*/
11751175
if (version<10&&*ep=='.')
1176-
pg_fatal("%s: server version too old\n",filename);
1177-
pg_fatal("%s: could not parse version number\n",filename);
1176+
pg_fatal("%s: server version too old",filename);
1177+
pg_fatal("%s: could not parse version number",filename);
11781178
}
11791179

11801180
/* Debugging output. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp