Add missing gettext triggers
authorPeter Eisentraut <[email protected]>
Wed, 10 May 2023 11:51:51 +0000 (13:51 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 10 May 2023 11:51:51 +0000 (13:51 +0200)
due to the changes in commit dac048f71e

src/backend/nls.mk

index c31339be31757b561220756b83c8985bb4ced225..8263527c8514de21394e38a699d9c8899b8ca591 100644 (file)
@@ -7,8 +7,11 @@ GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
     GUC_check_errhint \
     write_stderr \
     yyerror \
+    jsonpath_yyerror:3 \
     parser_yyerror \
+    replication_yyerror \
     scanner_yyerror \
+    syncrep_yyerror \
     report_invalid_record:2 \
     ereport_startup_progress
 GETTEXT_FLAGS    = $(BACKEND_COMMON_GETTEXT_FLAGS) \