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

Commit f269033

Browse files
committed
Fix gettext triggers specification
In cc8d415, the arguments of warn_or_exit_horribly() were changed but this was not updated.
1 parent c62b844 commit f269033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
1212
../../common/wait_error.c
1313
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
1414
fatal simple_prompt \
15-
ExecuteSqlCommand:3 warn_or_exit_horribly:3
15+
ExecuteSqlCommand:3 warn_or_exit_horribly:2
1616
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
1717
fatal:1:c-format \
1818
warn_or_exit_horribly:2:c-format

0 commit comments

Comments
 (0)