postgresql/src/bin/pg_rewind
Fujii Masao cd3cff4778 Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.
RMGRDESCSOURCES is defined and used only in pg_xlogdump Makefile,
but pg_rewind Makefile mentioned it as extra files to remove in "make clean".
This patch removes that useless mention from pg_rewind Makefile.

Michael Paquier
2015-06-12 12:32:48 +09:00
..
t pgindent run for 9.5 2015-05-23 21:35:49 -04:00
.gitignore
copy_fetch.c Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
datapagemap.c Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
datapagemap.h
fetch.c Minor cleanup of pg_rewind. 2015-04-15 22:52:00 +03:00
fetch.h Minor cleanup of pg_rewind. 2015-04-15 22:52:00 +03:00
file_ops.c Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
file_ops.h
filemap.c Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
filemap.h pgindent run for 9.5 2015-05-23 21:35:49 -04:00
libpq_fetch.c Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
logging.c Minor cleanup of pg_rewind. 2015-04-15 22:52:00 +03:00
logging.h Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
Makefile Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile. 2015-06-12 12:32:48 +09:00
nls.mk Add file_ops.c to GETTEXT_FILES in nls.mk. 2015-04-08 13:46:58 +09:00
parsexlog.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
pg_rewind.c Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
pg_rewind.h
RewindTest.pm pgindent run for 9.5 2015-05-23 21:35:49 -04:00
timeline.c