Re: [HACKERS] Remove duplicate setting in test/recovery/Makefile

2017-11-16 Thread Masahiko Sawada
On Fri, Nov 17, 2017 at 5:36 AM, Robert Haas wrote: > On Thu, Nov 16, 2017 at 7:15 AM, Masahiko Sawada > 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

Re: [HACKERS] Remove duplicate setting in test/recovery/Makefile

2017-11-16 Thread Robert Haas
On Thu, Nov 16, 2017 at 7:15 AM, Masahiko Sawada 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

Re: [HACKERS] Remove duplicate setting in test/recovery/Makefile

2017-11-16 Thread Masahiko Sawada
On Wed, Nov 8, 2017 at 10:46 AM, Michael Paquier wrote: > On Wed, Nov 8, 2017 at 10:38 AM, Masahiko Sawada > 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, the