Skip to content

Commit 022d954

Browse files
committed
Fix poorly worded error message.
Adam Brightwell, per report from Martín Marqués.
1 parent bf1c1f7 commit 022d954

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/libpq/auth.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,8 +1590,9 @@ auth_peer(hbaPort *port)
15901590
if (!pw)
15911591
{
15921592
ereport(LOG,
1593-
(errmsg("could not to look up local user ID %ld: %s",
1594-
(long) uid, errno ? strerror(errno) : _("user does not exist"))));
1593+
(errmsg("could not look up local user ID %ld: %s",
1594+
(long) uid,
1595+
errno ? strerror(errno) : _("user does not exist"))));
15951596
return STATUS_ERROR;
15961597
}
15971598

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy