mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Message improvements
This commit is contained in:
@ -1590,7 +1590,7 @@ auth_peer(hbaPort *port)
|
||||
if (!pw)
|
||||
{
|
||||
ereport(LOG,
|
||||
(errmsg("failed to look up local user id %ld: %s",
|
||||
(errmsg("could not to look up local user ID %ld: %s",
|
||||
(long) uid, errno ? strerror(errno) : _("user does not exist"))));
|
||||
return STATUS_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user