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

Commit cd690e0

Browse files
committed
pg_upgrade: Add missing gettext triggers
Forgot to add it in one place in the previous commit.
1 parent cd46d42 commit cd690e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/nls.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AVAIL_LANGUAGES = cs de es fr ja ko ru sv tr uk zh_CN
44
GETTEXT_FILES = check.c controldata.c dump.c exec.c file.c function.c \
55
info.c option.c parallel.c pg_upgrade.c relfilenode.c \
66
server.c tablespace.c util.c version.c
7-
GETTEXT_TRIGGERS = pg_fatal pg_log:2 prep_status report_status:2
7+
GETTEXT_TRIGGERS = pg_fatal pg_log:2 prep_status prep_status_progress report_status:2
88
GETTEXT_FLAGS = \
99
pg_fatal:1:c-format \
1010
pg_log:2:c-format \

0 commit comments

Comments
 (0)