mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Small message fixes
This commit is contained in:
@ -42,7 +42,7 @@ get_user_name(char **errstr)
|
||||
pw = getpwuid(user_id);
|
||||
if (!pw)
|
||||
{
|
||||
*errstr = psprintf(_("failed to look up effective user id %ld: %s"),
|
||||
*errstr = psprintf(_("could not look up effective user ID %ld: %s"),
|
||||
(long) user_id,
|
||||
errno ? strerror(errno) : _("user does not exist"));
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user