postgresql/src/interfaces/ecpg/test
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC
As of d9dd406fe2, we require MSVC 2013,
which means _MSC_VER >= 1800.  This means that conditionals about
older versions of _MSC_VER can be removed or simplified.

Previous code was also in some cases handling MinGW, where _MSC_VER is
not defined at all, incorrectly, such as in pg_ctl.c and win32_port.h,
leading to some compiler warnings.  This should now be handled better.

Reviewed-by: Michael Paquier <michael@paquier.xyz>
2019-10-08 10:50:54 +02:00
..
compat_informix Make some ecpg test cases more robust against unexpected errors that happen 2019-01-30 10:39:32 +01:00
compat_oracle Make some ecpg test cases more robust against unexpected errors that happen 2019-01-30 10:39:32 +01:00
connect Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
expected Remove some code for old unsupported versions of MSVC 2019-10-08 10:50:54 +02:00
performance Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
pgtypeslib Remove some code for old unsupported versions of MSVC 2019-10-08 10:50:54 +02:00
preproc Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
sql Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
thread Remove _configthreadlocale() calls in ecpg test suite. 2019-01-24 17:02:09 -05:00
.gitignore Still more .gitignore cleanup. 2010-09-24 13:48:15 -04:00
Makefile Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
Makefile.regress Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
ecpg_schedule Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
pg_regress_ecpg.c Set application_name per-test in isolation and ecpg tests. 2019-08-27 19:49:09 -04:00
printf_hack.h Un-break ecpg tests for Windows. 2019-06-02 11:07:54 -04:00
regression.h Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00