Petr Jelinek <petr@2ndquadrant.com> writes:
> On 13/03/16 03:30, Tom Lane wrote:
>> Per a comment from Petr Jelinek, I added this in commit 23a27b039d94ba35:
>>
>> #ifdef WIN32
>> return _strtoui64(str, endptr, base);
>> #else ...
>>
>> Several of the Windows buildfarm members are good with that, but
>> narwhal is not:
> Looks like it has to be limited to MSVC not WIN32, mingw does not have it.
So you're thinking "#ifdef _MSC_VER"? Or something else?
regards, tom lane