Alvaro Herrera wrote:
> Magnus Hagander escribió:
>
>> For a change like
>> http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.480&r2=1.481
>>
>> Will it work to stick _(hintmsg) around it there?
>
> Assuming that there is a gettext_noop() call in the literal that's
> assigned to hintmsg, yes, it should work.
Ok, I've applied a fix for this. Hope I got it right ;)
//Magnus