Skip to content

Commit b216ad7

Browse files
committed
Mark the second argument of pg_log as the translatable string in nls.mk.
1 parent 393de3a commit b216ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_rewind/nls.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CATALOG_NAME = pg_rewind
33
AVAIL_LANGUAGES =
44
GETTEXT_FILES = copy_fetch.c datapagemap.c fetch.c filemap.c libpq_fetch.c logging.c parsexlog.c pg_rewind.c timeline.c ../../common/fe_memutils.c ../../common/restricted_token.c ../../../src/backend/access/transam/xlogreader.c
55

6-
GETTEXT_TRIGGERS = pg_log pg_fatal report_invalid_record:2
6+
GETTEXT_TRIGGERS = pg_log:2 pg_fatal report_invalid_record:2
77
GETTEXT_FLAGS = pg_log:2:c-format \
88
pg_fatal:1:c-format \
99
report_invalid_record:2:c-format

0 commit comments

Comments
 (0)