Re: [COMMITTERS] pgsql: Suppress compiler warnings in ecpg test on newer Windows toolcha

2017-03-08 Thread Tom Lane
David Rowley writes: > On 25 February 2017 at 10:45, Tom Lane wrote: >> Suppress compiler warnings in ecpg test on newer Windows toolchains. > This seems to have caused some new compiler warnings [1] on earlier > MSVC toolchains. That didn't

Re: [COMMITTERS] pgsql: Suppress compiler warnings in ecpg test on newer Windows toolcha

2017-03-07 Thread David Rowley
On 25 February 2017 at 10:45, Tom Lane wrote: > Suppress compiler warnings in ecpg test on newer Windows toolchains. > > nan_test.pgc supposed that it could unconditionally #define isnan() > and isinf() on WIN32. This was evidently copied at some point from >

[COMMITTERS] pgsql: Suppress compiler warnings in ecpg test on newer Windows toolcha

2017-02-24 Thread Tom Lane
Suppress compiler warnings in ecpg test on newer Windows toolchains. nan_test.pgc supposed that it could unconditionally #define isnan() and isinf() on WIN32. This was evidently copied at some point from src/include/port/win32.h, but nowadays there's a test on _MSC_VER there. Make nan_test.pgc