8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef11051 commit 6baa17fCopy full SHA for 6baa17f
src/backend/nls.mk
@@ -3,8 +3,14 @@ CATALOG_NAME = postgres
3
AVAIL_LANGUAGES = de es fr id it ja ko pl pt_BR ru sv tr zh_CN
4
GETTEXT_FILES = + gettext-files
5
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
6
- GUC_check_errmsg GUC_check_errdetail GUC_check_errhint \
7
- write_stderr yyerror parser_yyerror report_invalid_record:2
+ GUC_check_errmsg \
+ GUC_check_errdetail \
8
+ GUC_check_errhint \
9
+ write_stderr \
10
+ yyerror \
11
+ parser_yyerror \
12
+ scanner_yyerror \
13
+ report_invalid_record:2
14
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
15
GUC_check_errmsg:1:c-format \
16
GUC_check_errdetail:1:c-format \
0 commit comments