Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab4d7a3

Browse files
committed
Add missing gettext triggers
Due to commit dc21234, which added use of src/common/parse_manifest.c in the backend.
1 parent 2e810bd commit ab4d7a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/backend/nls.mk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1719
GETTEXT_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

2528
gettext-files: generated-parser-sources generated-headers
2629
find $(srcdir) $(srcdir)/../common $(srcdir)/../port -name '*.c' -print | LC_ALL=C sort >$@

0 commit comments

Comments
 (0)