diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-03-23 19:47:52 +0200 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-03-23 19:47:52 +0200 |
| commit | 61081e75c6741024f7717ade0450090590e96c85 (patch) | |
| tree | 9b4fde1d8bae566036df68eecdfd84b896e14b57 /src/bin/pg_rewind/nls.mk | |
| parent | 87cec51d3ad1107f6f224ed7d773e70c8896e4c0 (diff) | |
| download | postgresql-61081e75c6741024f7717ade0450090590e96c85.tar.gz | |
Add pg_rewind, for re-synchronizing a master server after failback.
Earlier versions of this tool were available (and still are) on github.
Thanks to Michael Paquier, Alvaro Herrera, Peter Eisentraut, Amit Kapila,
and Satoshi Nagayasu for review.
Diffstat (limited to 'src/bin/pg_rewind/nls.mk')
| -rw-r--r-- | src/bin/pg_rewind/nls.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bin/pg_rewind/nls.mk b/src/bin/pg_rewind/nls.mk new file mode 100644 index 0000000000..e43f3b948f --- /dev/null +++ b/src/bin/pg_rewind/nls.mk @@ -0,0 +1,9 @@ +# src/bin/pg_rewind/nls.mk +CATALOG_NAME = pg_rewind +AVAIL_LANGUAGES = +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 ../../../src/backend/access/transam/xlogreader.c + +GETTEXT_TRIGGERS = pg_log pg_fatal report_invalid_record:2 +GETTEXT_FLAGS = pg_log:2:c-format \ + pg_fatal:1:c-format \ + report_invalid_record:2:c-format |
