mirror of https://github.com/postgres/postgres
the ereport macro. Included in this commit are enough files for starting plpgsql, plpython, plperl and pltcl translations.REL8_5_ALPHA1_BRANCH
parent
b15531033e
commit
2532c54d82
@ -0,0 +1,5 @@ |
||||
# $PostgreSQL: pgsql/src/pl/plperl/nls.mk,v 1.1 2008/10/09 17:24:05 alvherre Exp $
|
||||
CATALOG_NAME := plperl
|
||||
AVAIL_LANGUAGES :=
|
||||
GETTEXT_FILES := plperl.c SPI.xs
|
||||
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext write_stderr croak Perl_croak
|
||||
@ -0,0 +1,8 @@ |
||||
# $PostgreSQL: pgsql/src/pl/plpgsql/src/nls.mk,v 1.1 2008/10/09 17:24:05 alvherre Exp $
|
||||
CATALOG_NAME := plpgsql
|
||||
AVAIL_LANGUAGES :=
|
||||
GETTEXT_FILES := pl_comp.c pl_exec.c pl_gram.c pl_funcs.c pl_handler.c pl_scan.c
|
||||
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext write_stderr yyerror
|
||||
|
||||
.PHONY: gettext-files |
||||
gettext-files: distprep |
||||
@ -0,0 +1,5 @@ |
||||
# $PostgreSQL: pgsql/src/pl/plpython/nls.mk,v 1.1 2008/10/09 17:24:05 alvherre Exp $
|
||||
CATALOG_NAME := plpython
|
||||
AVAIL_LANGUAGES :=
|
||||
GETTEXT_FILES := plpython.c
|
||||
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext write_stderr yyerror
|
||||
@ -0,0 +1,5 @@ |
||||
# $PostgreSQL: pgsql/src/pl/tcl/nls.mk,v 1.1 2008/10/09 17:24:05 alvherre Exp $
|
||||
CATALOG_NAME := pltcl
|
||||
AVAIL_LANGUAGES :=
|
||||
GETTEXT_FILES := pltcl.c
|
||||
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext write_stderr yyerror
|
||||
Loading…
Reference in new issue