Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Huong Dangminh <huo-dangminh(at)ys(dot)jp(dot)nec(dot)com>, Jonathan Allen <jallen(at)americansavingslife(dot)com>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>, Michael Meskes <meskes(at)postgresql(dot)org>, Akio Iwaasa <aki-iwaasa(at)vt(dot)jp(dot)nec(dot)com>
Subject: Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT
Date: 2018-05-19 23:33:06
Message-ID: 12d3f637-220b-7f86-0e42-4b7be751722d@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 05/19/2018 07:31 PM, Tom Lane wrote:
>
>> /* add this define on XP only, not needed elsewhere */
>> #ifdef WIN32_WINNT
>> #if WIN32_WINNT < 0x0600
>> #define __USE_MINGW_ANSI_STDIO 1
>> #endif
>> #endif
> I'd be inclined to just stick -D__USE_MINGW_ANSI_STDIO=1 into
> frogmouth's configuration. Given that we've already tossed
> support for XP overboard in HEAD, it would seem a bit silly
> to put it back in this way.
>
>

Good point. Doing that now.

cheers

andrew

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Dunstan 2018-05-20 03:16:33 Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT
Previous Message Tom Lane 2018-05-19 23:31:20 Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT