]> granicus.if.org Git - postgresql/commit
Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.
authorFujii Masao <fujii@postgresql.org>
Fri, 12 Jun 2015 03:32:48 +0000 (12:32 +0900)
committerFujii Masao <fujii@postgresql.org>
Fri, 12 Jun 2015 03:32:48 +0000 (12:32 +0900)
commitcd3cff4778e011c584e1481a6803dec5d4756a6e
treebc34f459a0e50377375344e169d72d523eb6cc95
parent66447916f719130212c7930c47e902586a4bf054
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
src/bin/pg_rewind/Makefile