Content-Length: 258762 | pFad | http://github.com/postgrespro/postgres/commit/878e64d0f8f6865943046ce88e597a5657e304c2

C2 Add missing newline in one libpq error message. · postgrespro/postgres@878e64d · GitHub
Skip to content

Commit 878e64d

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

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
@@ -1250,7 +1250,7 @@ initialize_SSL(PGconn *conn)
12501250
if (!S_ISREG(buf.st_mode))
12511251
{
12521252
appendPQExpBuffer(&conn->errorMessage,
1253-
libpq_gettext("private key file \"%s\" is not a regular file"),
1253+
libpq_gettext("private key file \"%s\" is not a regular file\n"),
12541254
fnbuf);
12551255
return -1;
12561256
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/878e64d0f8f6865943046ce88e597a5657e304c2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy