mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Add ereport-related functions to GETTEXT_TRIGGERS list.
This commit is contained in:
parent
a56ff9a0bd
commit
2a4a0c4d71
@ -1,8 +1,9 @@
|
|||||||
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.4 2003/06/28 22:30:59 petere Exp $
|
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.5 2003/07/19 20:32:12 tgl Exp $
|
||||||
CATALOG_NAME := postgres
|
CATALOG_NAME := postgres
|
||||||
AVAIL_LANGUAGES := cs de es hr hu ru sv tr zh_CN zh_TW
|
AVAIL_LANGUAGES := cs de es hr hu ru sv tr zh_CN zh_TW
|
||||||
GETTEXT_FILES := + gettext-files
|
GETTEXT_FILES := + gettext-files
|
||||||
GETTEXT_TRIGGERS:= elog:2 postmaster_error yyerror
|
# elog should eventually be removed from this list:
|
||||||
|
GETTEXT_TRIGGERS:= elog:2 errmsg errdetail errhint errcontext postmaster_error yyerror
|
||||||
|
|
||||||
gettext-files:
|
gettext-files:
|
||||||
find $(srcdir)/ -name '*.c' -print >$@
|
find $(srcdir)/ -name '*.c' -print >$@
|
||||||
|
Loading…
Reference in New Issue
Block a user