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) \
13
13
scanner_yyerror \
14
14
syncrep_yyerror \
15
15
report_invalid_record:2 \
16
- ereport_startup_progress
16
+ ereport_startup_progress \
17
+ json_manifest_parse_failure:2 \
18
+ error_cb:2
17
19
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS ) \
18
20
GUC_check_errmsg:1:c-format \
19
21
GUC_check_errdetail:1:c-format \
20
22
GUC_check_errhint:1:c-format \
21
23
write_stderr:1:c-format \
22
24
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
24
27
25
28
gettext-files : generated-parser-sources generated-headers
26
29
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