Sloppy SSPI error reporting code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Sloppy SSPI error reporting code
Дата
Msg-id 24024.1420919593@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Sloppy SSPI error reporting code  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
While looking at fe-auth.c I noticed quite a few places that weren't
bothering to make error messages localizable (ie, missing libpq_gettext
calls), and/or were failing to add a trailing newline as expected in
libpq error messages.  Perhaps these are intentional but I doubt it.
Most of the instances seemed to be SSPI-related.

I have no intention of fixing these myself, but whoever committed that
code should take a second look.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq 9.4 requires /etc/passwd?
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: TABLESAMPLE patch