Re: Parsing of pg_hba.conf and authentication inconsistencies - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Parsing of pg_hba.conf and authentication inconsistencies
Date
Msg-id 10287.1221501859@sss.pgh.pa.us
Whole thread Raw
In response to Re: Parsing of pg_hba.conf and authentication inconsistencies  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Parsing of pg_hba.conf and authentication inconsistencies  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
>>> Or perhaps the DETAIL portion would be more appropriate as a CONTEXT?
>> 
>> +1

> Is this the proper syntax for errcontext() messags?

Hmm, I think I'd suggest following the wording already in use in
ts_locale.c:
    errcontext("line %d of configuration file \"%s\"",               stp->lineno,               stp->filename);

if only to save translation effort.

Also, in the last example, don't include the line number in the
errmsg.  Otherwise it looks ok to me.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Parsing of pg_hba.conf and authentication inconsistencies
Next
From: "Florian G. Pflug"
Date:
Subject: Re: Transaction Snapshots and Hot Standby