Remove duplicate setting in test/recovery/Makefile
Hi,
I found that EXTRA_INSTALL is doubly set at both top and bottom of the
src/test/recovery/Makefile. Is it necessary?
Attached patch fixes this.
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
remove_duplicate_setting.patchapplication/octet-stream; name=remove_duplicate_setting.patchDownload
diff --git a/src/test/recovery/Makefile b/src/test/recovery/Makefile
index 142a1b8..e31accf 100644
--- a/src/test/recovery/Makefile
+++ b/src/test/recovery/Makefile
@@ -20,5 +20,3 @@ check:
clean distclean maintainer-clean:
rm -rf tmp_check
-
-EXTRA_INSTALL = contrib/test_decoding
On Wed, Nov 8, 2017 at 10:38 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Hi,
I found that EXTRA_INSTALL is doubly set at both top and bottom of the
src/test/recovery/Makefile. Is it necessary?Attached patch fixes this.
Indeed, there is some bad overlap between d851bef and 1148e22a. Better
to CC Simon who committed both things.
--
Michael
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Wed, Nov 8, 2017 at 10:46 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
On Wed, Nov 8, 2017 at 10:38 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Hi,
I found that EXTRA_INSTALL is doubly set at both top and bottom of the
src/test/recovery/Makefile. Is it necessary?Attached patch fixes this.
Indeed, there is some bad overlap between d851bef and 1148e22a. Better
to CC Simon who committed both things.
Thank you. I've added this to the next CF so as not to forget.
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
On Thu, Nov 16, 2017 at 7:15 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Thank you. I've added this to the next CF so as not to forget.
Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Fri, Nov 17, 2017 at 5:36 AM, Robert Haas <robertmhaas@gmail.com> wrote:
On Thu, Nov 16, 2017 at 7:15 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Thank you. I've added this to the next CF so as not to forget.
Committed.
Thank you.
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center