mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
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 41493bac3
.
This commit is contained in:
@ -716,7 +716,7 @@ CheckMD5Auth(Port *port, char **logdetail)
|
|||||||
if (!pg_backend_random(md5Salt, 4))
|
if (!pg_backend_random(md5Salt, 4))
|
||||||
{
|
{
|
||||||
ereport(LOG,
|
ereport(LOG,
|
||||||
(errmsg("could not generate random MD5 salt.")));
|
(errmsg("could not generate random MD5 salt")));
|
||||||
return STATUS_ERROR;
|
return STATUS_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user