pg_upgrade: Add missing gettext triggers
Forgot to add it in one place in the previous commit.
This commit is contained in:
parent
cd46d42a51
commit
cd690e07fd
@ -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 \
|
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 \
|
info.c option.c parallel.c pg_upgrade.c relfilenode.c \
|
||||||
server.c tablespace.c util.c version.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 = \
|
GETTEXT_FLAGS = \
|
||||||
pg_fatal:1:c-format \
|
pg_fatal:1:c-format \
|
||||||
pg_log:2:c-format \
|
pg_log:2:c-format \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user