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 6059946 commit d8bcce1Copy full SHA for d8bcce1
src/backend/nls.mk
@@ -7,8 +7,11 @@ GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
7
GUC_check_errhint \
8
write_stderr \
9
yyerror \
10
+ jsonpath_yyerror:3 \
11
parser_yyerror \
12
+ replication_yyerror \
13
scanner_yyerror \
14
+ syncrep_yyerror \
15
report_invalid_record:2 \
16
ereport_startup_progress
17
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
0 commit comments