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

Commit747781f

Browse files
committed
pg_basebackup: Remove redundant newline in error message
1 parent2cb9ec1 commit747781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_basebackup/streamutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ GetConnection(void)
182182

183183
if (PQstatus(tmpconn)!=CONNECTION_OK)
184184
{
185-
fprintf(stderr,_("%s: could not connect to server: %s\n"),
185+
fprintf(stderr,_("%s: could not connect to server: %s"),
186186
progname,PQerrorMessage(tmpconn));
187187
PQfinish(tmpconn);
188188
free(values);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp