diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-09-18 22:40:41 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-09-18 22:40:41 -0400 |
commit | 866a034c3f9f2b6c3ef23df0f1d9e2e4b7533a3a (patch) | |
tree | bbfdfaf919d92bfa02121df540ac4e464416a77d /src | |
parent | bd313ba8a91a19659bf92014df96f7e58bfdd2fe (diff) | |
download | postgresql-866a034c3f9f2b6c3ef23df0f1d9e2e4b7533a3a.tar.gz postgresql-866a034c3f9f2b6c3ef23df0f1d9e2e4b7533a3a.zip |
Simplify GETTEXT_FILES list
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_rewind/nls.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/nls.mk b/src/bin/pg_rewind/nls.mk index 64250dea701..54b8961f06a 100644 --- a/src/bin/pg_rewind/nls.mk +++ b/src/bin/pg_rewind/nls.mk @@ -1,7 +1,7 @@ # src/bin/pg_rewind/nls.mk CATALOG_NAME = pg_rewind AVAIL_LANGUAGES =de it ru -GETTEXT_FILES = copy_fetch.c datapagemap.c fetch.c file_ops.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 +GETTEXT_FILES = copy_fetch.c datapagemap.c fetch.c file_ops.c filemap.c libpq_fetch.c logging.c parsexlog.c pg_rewind.c timeline.c ../../common/fe_memutils.c ../../common/restricted_token.c xlogreader.c GETTEXT_TRIGGERS = pg_log:2 pg_fatal report_invalid_record:2 GETTEXT_FLAGS = pg_log:2:c-format \ |