Content-Length: 255148 | pFad | http://github.com/postgrespro/postgres/commit/7d41a2bd3eef4de64ae8f6f683457f12f9407c5d

87 Fix minor error message style violation. · postgrespro/postgres@7d41a2b · GitHub
Skip to content

Commit 7d41a2b

Browse files
committed
Fix minor error message style violation.
Primary error messages should not end with a period, since they're generally not written as full sentences. Oversight in 41493ba.
1 parent 1753b1b commit 7d41a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ CheckMD5Auth(Port *port, char **logdetail)
716716
if (!pg_backend_random(md5Salt, 4))
717717
{
718718
ereport(LOG,
719-
(errmsg("could not generate random MD5 salt.")));
719+
(errmsg("could not generate random MD5 salt")));
720720
return STATUS_ERROR;
721721
}
722722

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/7d41a2bd3eef4de64ae8f6f683457f12f9407c5d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy