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

Commit7d41a2b

Browse files
committed
Fix minor error message style violation.
Primary error messages should not end with a period, since they'regenerally not written as full sentences. Oversight in41493ba.
1 parent1753b1b commit7d41a2b

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
returnSTATUS_ERROR;
721721
}
722722

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp