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

Commitfb1d7f4

Browse files
committed
Add missing newline in one libpq error message.
Oversight in commita59c795. Back-patch, as that was.Noted by Peter Eisentraut.Discussion:https://postgr.es/m/7f85ef6d-250b-f5ec-9867-89f0b16d019f@enterprisedb.com
1 parent8421a99 commitfb1d7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/fe-secure-openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ initialize_SSL(PGconn *conn)
11921192
if (!S_ISREG(buf.st_mode))
11931193
{
11941194
printfPQExpBuffer(&conn->errorMessage,
1195-
libpq_gettext("private key file \"%s\" is not a regular file"),
1195+
libpq_gettext("private key file \"%s\" is not a regular file\n"),
11961196
fnbuf);
11971197
return-1;
11981198
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp