pg_upgrade: Add missing gettext triggers
authorPeter Eisentraut <[email protected]>
Mon, 16 May 2022 07:41:02 +0000 (09:41 +0200)
committerPeter Eisentraut <[email protected]>
Mon, 16 May 2022 07:41:02 +0000 (09:41 +0200)
Forgot to add it in one place in the previous commit.

src/bin/pg_upgrade/nls.mk

index 01aaa6873b7aa352cefe85f49494fbf11c5eba97..bfaacfbb7c6d45f4776fca705001050d0ddd42db 100644 (file)
@@ -4,7 +4,7 @@ AVAIL_LANGUAGES  = cs de es fr ja ko ru sv tr uk zh_CN
 GETTEXT_FILES    = check.c controldata.c dump.c exec.c file.c function.c \
                    info.c option.c parallel.c pg_upgrade.c relfilenode.c \
                    server.c tablespace.c util.c version.c
-GETTEXT_TRIGGERS = pg_fatal pg_log:2 prep_status report_status:2
+GETTEXT_TRIGGERS = pg_fatal pg_log:2 prep_status prep_status_progress report_status:2
 GETTEXT_FLAGS    = \
     pg_fatal:1:c-format \
     pg_log:2:c-format \