mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Remove gettext trigger write_stderr(), which isn't used by PLs.
This commit is contained in:
parent
d665ed5c21
commit
acee2f6fa4
@ -1,5 +1,5 @@
|
|||||||
# $PostgreSQL: pgsql/src/pl/plperl/nls.mk,v 1.1 2008/10/09 17:24:05 alvherre Exp $
|
# $PostgreSQL: pgsql/src/pl/plperl/nls.mk,v 1.2 2009/02/17 09:24:57 petere Exp $
|
||||||
CATALOG_NAME := plperl
|
CATALOG_NAME := plperl
|
||||||
AVAIL_LANGUAGES :=
|
AVAIL_LANGUAGES :=
|
||||||
GETTEXT_FILES := plperl.c SPI.xs
|
GETTEXT_FILES := plperl.c SPI.xs
|
||||||
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext write_stderr croak Perl_croak
|
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext croak Perl_croak
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# $PostgreSQL: pgsql/src/pl/plpgsql/src/nls.mk,v 1.2 2008/10/09 18:15:28 alvherre Exp $
|
# $PostgreSQL: pgsql/src/pl/plpgsql/src/nls.mk,v 1.3 2009/02/17 09:24:57 petere Exp $
|
||||||
CATALOG_NAME := plpgsql
|
CATALOG_NAME := plpgsql
|
||||||
AVAIL_LANGUAGES := es
|
AVAIL_LANGUAGES := es
|
||||||
GETTEXT_FILES := pl_comp.c pl_exec.c pl_gram.c pl_funcs.c pl_handler.c pl_scan.c
|
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
|
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext yyerror
|
||||||
|
|
||||||
.PHONY: gettext-files
|
.PHONY: gettext-files
|
||||||
gettext-files: distprep
|
gettext-files: distprep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user