Sloppy SSPI error reporting code - Mailing list pgsql-hackers

From Tom Lane
Subject Sloppy SSPI error reporting code
Date
Msg-id 24024.1420919593@sss.pgh.pa.us
Whole thread Raw
Responses Re: Sloppy SSPI error reporting code
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq 9.4 requires /etc/passwd?
Next
From: Petr Jelinek
Date:
Subject: Re: TABLESAMPLE patch