mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
pg_upgrade: Add missing gettext triggers
Forgot to add it in one place in the previous commit.
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user