On Tue, Jun 9, 2015 at 1:39 PM, Michael Paquier
wrote:
> Hi all,
>
> pg_rewind's Makefile uses RMGRDESCSOURCES:
> EXTRA_CLEAN = $(RMGRDESCSOURCES) xlogreader.c
> However this variable is defined only in the Makefile of pg_xlogdump
> so it has no utility in this case.
> Attached is a cleanup patch.
Hi all,
pg_rewind's Makefile uses RMGRDESCSOURCES:
EXTRA_CLEAN = $(RMGRDESCSOURCES) xlogreader.c
However this variable is defined only in the Makefile of pg_xlogdump
so it has no utility in this case.
Attached is a cleanup patch.
Regards,
--
Michael
diff --git a/src/bin/pg_rewind/Makefile b/src/b