Re: Perl coding error in msvc build system? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Perl coding error in msvc build system?
Date
Msg-id CAB7nPqQvXKwKDoFkAsPG-OiW2PuoDiDTpmYCR_gze3drQtmmYQ@mail.gmail.com
Whole thread Raw
In response to Re: Perl coding error in msvc build system?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Tue, Feb 17, 2015 at 6:34 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
>> This patch been reviewed by 4 people, resulting in 2 minor suggestions
>> for changes (adding an m modifier, and removing a bogus last).
>>
>> It has 2 clear upvotes and 0 downvotes.
>>
>> I think it should be revised along the lines suggested and committed
>> without further ado.
>
> My patch actually only covered the first of the two faulty locations I
> pointed out.  Attached is a patch that also fixes the second one.  I
> noticed that DetermineVisualStudioVersion() is never called with an
> argument, so I removed that branch altogether.

+1 for those simplifications. And FWIW, it passed my series of tests
with MSVC 2010.
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Strange assertion using VACOPT_FREEZE in vacuum.c
Next
From: Kouhei Kaigai
Date:
Subject: Re: Combining Aggregates