Re: postgres messages error - Mailing list pgsql-hackers

From Adam Brightwell
Subject Re: postgres messages error
Date
Msg-id CAKRt6CRmejHb9WhmPVysecYsMfp+KnNuZ-0N6dAAuQ4=FJfWVA@mail.gmail.com
Whole thread Raw
In response to postgres messages error  (Martín Marqués <martin@2ndquadrant.com>)
Responses Re: postgres messages error
List pgsql-hackers
Martin,

#: libpq/auth.c:1593
#, fuzzy, c-format
msgid "could not to look up local user ID %ld: %s"

It looks like there is an extra *to* there , so the string should be:

"could not look up local user ID %ld: %s"

I think you are right.  FWIW, I have attached a patch that fixes it for consideration if others concur.

-Adam

--
Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [alvherre@2ndquadrant.com: Re: no test programs in contrib]
Next
From: Tom Lane
Date:
Subject: hash_create API changes (was Re: speedup tidbitmap patch: hash BlockNumber)