PL/Perl translation, croak - Mailing list pgsql-hackers

From Peter Eisentraut
Subject PL/Perl translation, croak
Date
Msg-id 499A7D6C.20605@gmx.net
Whole thread Raw
Responses Re: PL/Perl translation, croak  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
plperl's nls.mk contains

GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext 
write_stderr croak Perl_croak

As far as I can tell, croak() and Perl_croak() are provided by the Perl 
library.  So it is quite unclear to me how we expect their argument 
strings to be translated using our message catalogs.  Is this unfinished 
business or is there some mechanism here that I'm not seeing?


pgsql-hackers by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Allow on/off as input texts for boolean.
Next
From: Sam Mason
Date:
Subject: Re: Questions about parsing boolean and casting to anyelement