projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62b844
)
Fix gettext triggers specification
author
Peter Eisentraut
Mon, 26 Aug 2019 17:04:35 +0000
(19:04 +0200)
committer
Peter Eisentraut
Mon, 26 Aug 2019 17:06:01 +0000
(19:06 +0200)
In
cc8d41511721d25d557fc02a46c053c0a602fed0
, the arguments of
warn_or_exit_horribly() were changed but this was not updated.
src/bin/pg_dump/nls.mk
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/nls.mk
b/src/bin/pg_dump/nls.mk
index 8a53ad08ddba8fc9f031512bcae4981ce4ebff77..2a6fd597cb133e5c55c3aa259ed8fc71a8ec317b 100644
(file)
--- a/
src/bin/pg_dump/nls.mk
+++ b/
src/bin/pg_dump/nls.mk
@@
-12,7
+12,7
@@
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
../../common/wait_error.c
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
fatal simple_prompt \
- ExecuteSqlCommand:3 warn_or_exit_horribly:
3
+ ExecuteSqlCommand:3 warn_or_exit_horribly:
2
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
fatal:1:c-format \
warn_or_exit_horribly:2:c-format