File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,17 @@ GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
1313 scanner_yyerror \
1414 syncrep_yyerror \
1515 report_invalid_record:2 \
16- ereport_startup_progress
16+ ereport_startup_progress \
17+ json_manifest_parse_failure:2 \
18+ error_cb:2
1719GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS ) \
1820 GUC_check_errmsg:1:c-format \
1921 GUC_check_errdetail:1:c-format \
2022 GUC_check_errhint:1:c-format \
2123 write_stderr:1:c-format \
2224 report_invalid_record:2:c-format \
23- ereport_startup_progress:1:c-format
25+ ereport_startup_progress:1:c-format \
26+ error_cb:2:c-format
2427
2528gettext-files : generated-parser-sources generated-headers
2629 find $(srcdir ) $(srcdir ) /../common $(srcdir ) /../port -name ' *.c' -print | LC_ALL=C sort > $@
You can’t perform that action at this time.
0 commit comments