aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-05-14 10:26:27 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-05-14 10:26:27 +0200
commitab4d7a38c36dba3997e9b585448837ccf6384aed (patch)
treedec2e22e23e400041e553aadf3aeefcf577264f8 /src
parent2e810bdb7f0a32329a7f3868fae6e81cacc3cd04 (diff)
downloadpostgresql-ab4d7a38c36dba3997e9b585448837ccf6384aed.tar.gz
postgresql-ab4d7a38c36dba3997e9b585448837ccf6384aed.zip
Add missing gettext triggers
Due to commit dc212340058, which added use of src/common/parse_manifest.c in the backend.
Diffstat (limited to 'src')
-rw-r--r--src/backend/nls.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/backend/nls.mk b/src/backend/nls.mk
index 2d1d70b4cce..2f66af99650 100644
--- a/src/backend/nls.mk
+++ b/src/backend/nls.mk
@@ -13,14 +13,17 @@ GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
scanner_yyerror \
syncrep_yyerror \
report_invalid_record:2 \
- ereport_startup_progress
+ ereport_startup_progress \
+ json_manifest_parse_failure:2 \
+ error_cb:2
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
GUC_check_errmsg:1:c-format \
GUC_check_errdetail:1:c-format \
GUC_check_errhint:1:c-format \
write_stderr:1:c-format \
report_invalid_record:2:c-format \
- ereport_startup_progress:1:c-format
+ ereport_startup_progress:1:c-format \
+ error_cb:2:c-format
gettext-files: generated-parser-sources generated-headers
find $(srcdir) $(srcdir)/../common $(srcdir)/../port -name '*.c' -print | LC_ALL=C sort >$@