mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 13:51:00 -05:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue