Useless mention of RMGRDESCSOURCES in src/bin/pg_rewind/Makefile

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Useless mention of RMGRDESCSOURCES in src/bin/pg_rewind/Makefile
Date: 2015-06-09 04:39:28
Message-ID: CAB7nPqS11JuPQ4EmbX4wfiGKJdsZa+bJ6Q8hGXkVM_=_OiaUfQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
20150609_pgrewind_makefile_cleanup.patch text/x-diff 435 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2015-06-09 05:26:26 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Previous Message Amit Kapila 2015-06-09 04:04:20 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file