Re: postgres messages error

Поиск
Список
Период
Сортировка
От Adam Brightwell
Тема Re: postgres messages error
Дата
Msg-id CAKRt6CRmejHb9WhmPVysecYsMfp+KnNuZ-0N6dAAuQ4=FJfWVA@mail.gmail.com
обсуждение исходный текст
Ответ на postgres messages error  (Martín Marqués <martin@2ndquadrant.com>)
Ответы Re: postgres messages error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

--
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [alvherre@2ndquadrant.com: Re: no test programs in contrib]
Следующее
От: Tom Lane
Дата:
Сообщение: hash_create API changes (was Re: speedup tidbitmap patch: hash BlockNumber)