pgsql: Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefil

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefil
Дата
Msg-id E1Z3FiM-0001qO-D8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd3cff4778e011c584e1481a6803dec5d4756a6e

Modified Files
--------------
src/bin/pg_rewind/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: release notes: add links to doc sections
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix alphabetization in catalogs.sgml.