diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2023-03-08 15:05:43 +0100 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2023-03-08 15:05:43 +0100 |
| commit | 2a71ad64cb27a86afa2a86bde70df3522aee7bae (patch) | |
| tree | 2a6fe980b78db876deafca1be525b9547a79dc1c /src/bin/pg_rewind | |
| parent | 822e8e295166f000e337a9b105692521e1fdc762 (diff) | |
| download | postgresql-2a71ad64cb27a86afa2a86bde70df3522aee7bae.tar.gz | |
Break up long GETTEXT_FILES lists
One file per line seems best. We already did this in some cases.
This adopts the same format everywhere (except in some cases where the
list reasonably fits on one line).
Diffstat (limited to 'src/bin/pg_rewind')
| -rw-r--r-- | src/bin/pg_rewind/nls.mk | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/nls.mk b/src/bin/pg_rewind/nls.mk index 0618cb8c2c..8f5f20593a 100644 --- a/src/bin/pg_rewind/nls.mk +++ b/src/bin/pg_rewind/nls.mk @@ -1,6 +1,19 @@ # src/bin/pg_rewind/nls.mk CATALOG_NAME = pg_rewind -GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) datapagemap.c file_ops.c filemap.c libpq_source.c local_source.c parsexlog.c pg_rewind.c timeline.c xlogreader.c ../../common/fe_memutils.c ../../common/restricted_token.c ../../fe_utils/archive.c ../../fe_utils/recovery_gen.c +GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \ + datapagemap.c \ + file_ops.c \ + filemap.c \ + libpq_source.c \ + local_source.c \ + parsexlog.c \ + pg_rewind.c \ + timeline.c \ + xlogreader.c \ + ../../common/fe_memutils.c \ + ../../common/restricted_token.c \ + ../../fe_utils/archive.c \ + ../../fe_utils/recovery_gen.c GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) report_invalid_record:2 GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \ report_invalid_record:2:c-format |
