Content-Length: 261716 | pFad | http://github.com/postgrespro/postgres/commit/c977b8cffc76be00fbaab76e3271e05104260ec7

63 Fix poorly worded error message. · postgrespro/postgres@c977b8c · GitHub
Skip to content

Commit c977b8c

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

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/c977b8cffc76be00fbaab76e3271e05104260ec7

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy