Add missing gettext triggers

due to the changes in commit dac048f71e
This commit is contained in:
Peter Eisentraut 2023-05-10 13:51:51 +02:00
parent 605994651b
commit d8bcce1b5e
1 changed files with 3 additions and 0 deletions

View 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) \