File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/pl/plperl/nls.mk,v 1.1 2008/10/09 17 :24:05 alvherre Exp $
1
+ # $PostgreSQL: pgsql/src/pl/plperl/nls.mk,v 1.2 2009/02/17 09 :24:57 petere Exp $
2
2
CATALOG_NAME := plperl
3
3
AVAIL_LANGUAGES :=
4
4
GETTEXT_FILES := plperl.c SPI.xs
5
- GETTEXT_TRIGGERS: = _ errmsg errdetail errdetail_log errhint errcontext write_stderr croak Perl_croak
5
+ GETTEXT_TRIGGERS: = _ errmsg errdetail errdetail_log errhint errcontext croak Perl_croak
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/pl/plpgsql/src/nls.mk,v 1.2 2008/10/09 18:15:28 alvherre Exp $
1
+ # $PostgreSQL: pgsql/src/pl/plpgsql/src/nls.mk,v 1.3 2009/02/17 09:24:57 petere Exp $
2
2
CATALOG_NAME := plpgsql
3
3
AVAIL_LANGUAGES := es
4
4
GETTEXT_FILES := pl_comp.c pl_exec.c pl_gram.c pl_funcs.c pl_handler.c pl_scan.c
5
- GETTEXT_TRIGGERS: = _ errmsg errdetail errdetail_log errhint errcontext write_stderr yyerror
5
+ GETTEXT_TRIGGERS: = _ errmsg errdetail errdetail_log errhint errcontext yyerror
6
6
7
7
.PHONY : gettext-files
8
8
gettext-files : distprep
You can’t perform that action at this time.
0 commit comments