diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-24 16:45:32 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-24 16:45:32 -0500 |
commit | c5658a0764d5ac5ea8c2c11d27c62d5472234227 (patch) | |
tree | 1a515d34a513f50a2f7f3dc79bed1878a5d60391 /src/backend/commands/tablespace.c | |
parent | 41c16edcf6c90d1f42810ea523b7e65c99edad50 (diff) | |
download | postgresql-c5658a0764d5ac5ea8c2c11d27c62d5472234227.tar.gz postgresql-c5658a0764d5ac5ea8c2c11d27c62d5472234227.zip |
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 look the same.
Per buildfarm warnings. There's no evidence this produces anything
worse than a warning, and besides it's only a test case, so I don't
feel a need to back-patch.
Diffstat (limited to 'src/backend/commands/tablespace.c')
0 files changed, 0 insertions, 0 deletions