git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d3ab618)
Add missing newline in one libpq error message.
2022年3月31日 15:24:26 +0000 (11:24 -0400)
2022年3月31日 15:24:26 +0000 (11:24 -0400)
Oversight in commit a59c79564. Back-patch, as that was.
Noted by Peter Eisentraut.

Discussion: https://postgr.es/m/7f85ef6d-250b-f5ec-9867-89f0b16d019f@enterprisedb.com


diff --git a/src/interfaces/libpq/fe-secure-openssl.c b/src/interfaces/libpq/fe-secure-openssl.c
index d3bf57b850a868add1ffe8d83915eff3c8d0cd39..0cba5c5cf2f574cc738721d696fda72ca8ede208 100644 (file)
--- a/src/interfaces/libpq/fe-secure-openssl.c
+++ b/src/interfaces/libpq/fe-secure-openssl.c
@@ -1250,7 +1250,7 @@ initialize_SSL(PGconn *conn)
if (!S_ISREG(buf.st_mode))
{
appendPQExpBuffer(&conn->errorMessage,
- libpq_gettext("private key file \"%s\" is not a regular file"),
+ libpq_gettext("private key file \"%s\" is not a regular file\n"),
fnbuf);
return -1;
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /