mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Fix gettext triggers specification
In cc8d415117
, the arguments of
warn_or_exit_horribly() were changed but this was not updated.
This commit is contained in:
@ -12,7 +12,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
|
|||||||
../../common/wait_error.c
|
../../common/wait_error.c
|
||||||
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
|
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
|
||||||
fatal simple_prompt \
|
fatal simple_prompt \
|
||||||
ExecuteSqlCommand:3 warn_or_exit_horribly:3
|
ExecuteSqlCommand:3 warn_or_exit_horribly:2
|
||||||
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
|
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
|
||||||
fatal:1:c-format \
|
fatal:1:c-format \
|
||||||
warn_or_exit_horribly:2:c-format
|
warn_or_exit_horribly:2:c-format
|
||||||
|
Reference in New Issue
Block a user