postgresql/src/interfaces/ecpg/test/expected
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-charfuncs.c - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 2008-02-17 18:14:29 +00:00
compat_informix-charfuncs.stderr Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-charfuncs.stdout Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-dec_test.c Un-break ecpg tests for Windows. 2019-06-02 11:07:54 -04:00
compat_informix-dec_test.stderr Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-dec_test.stdout Removed compiler warning due to unneeded unsigned declaration. 2007-01-25 16:45:25 +00:00
compat_informix-describe.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
compat_informix-describe.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-describe.stdout Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. 2010-01-15 10:44:39 +00:00
compat_informix-rfmtdate.c Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
compat_informix-rfmtdate.stderr Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-rfmtdate.stdout Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-rfmtlong.c Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
compat_informix-rfmtlong.stderr Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-rfmtlong.stdout Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-rnull.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-rnull.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-rnull.stdout Added another test 2006-08-19 15:10:00 +00:00
compat_informix-sqlda.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
compat_informix-sqlda.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-sqlda.stdout Removed test case using nan as float value because printf's output for nan is 2010-01-06 11:59:52 +00:00
compat_informix-test_informix.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
compat_informix-test_informix.stderr Make some ecpg test cases more robust against unexpected errors that happen 2019-01-30 10:39:32 +01:00
compat_informix-test_informix.stdout Made sure sqlca is reset for declare cursor in Informix mode as pointed out by 2009-08-14 13:28:22 +00:00
compat_informix-test_informix2.c Make some ecpg test cases more robust against unexpected errors that happen 2019-01-30 10:39:32 +01:00
compat_informix-test_informix2.stderr Make some ecpg test cases more robust against unexpected errors that happen 2019-01-30 10:39:32 +01:00
compat_informix-test_informix2.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
compat_oracle-char_array.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
compat_oracle-char_array.stderr Fix closing of incorrectly named cursor. 2018-03-17 18:15:33 +01:00
compat_oracle-char_array.stdout Add Oracle like handling of char arrays. 2018-03-14 00:54:13 +01:00
connect-test1-minGW32.stderr Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
connect-test1.c Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
connect-test1.stderr Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
connect-test1.stdout Applied Joachim's patch for a --regression option. 2007-01-11 15:47:34 +00:00
connect-test2.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
connect-test2.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test2.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
connect-test3.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
connect-test3.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test3.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
connect-test4.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
connect-test4.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test4.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
connect-test5.c Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
connect-test5.stderr Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
connect-test5.stdout - Enabled single-quoted connection targets. 2006-08-27 16:15:42 +00:00
pgtypeslib-dt_test.c Add PGTYPESchar_free() to avoid cross-module problems on Windows. 2018-06-18 18:33:53 +12:00
pgtypeslib-dt_test.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
pgtypeslib-dt_test.stdout Initialize day of year value. 2013-07-19 09:03:45 +02:00
pgtypeslib-dt_test2.c Add PGTYPESchar_free() to avoid cross-module problems on Windows. 2018-06-18 18:33:53 +12:00
pgtypeslib-dt_test2.stderr Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
pgtypeslib-dt_test2.stdout De-support floating-point timestamps. 2017-02-23 11:40:20 -05:00
pgtypeslib-nan_test.c Remove some code for old unsupported versions of MSVC 2019-10-08 10:50:54 +02:00
pgtypeslib-nan_test.stderr Remove some code for old unsupported versions of MSVC 2019-10-08 10:50:54 +02:00
pgtypeslib-nan_test.stdout Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by making it OS independant. 2010-02-02 16:09:12 +00:00
pgtypeslib-num_test.c Un-break ecpg tests for Windows. 2019-06-02 11:07:54 -04:00
pgtypeslib-num_test.stderr Another round of portability hacking on ECPG regression tests. 2018-10-12 18:08:47 -04:00
pgtypeslib-num_test.stdout Another round of portability hacking on ECPG regression tests. 2018-10-12 18:08:47 -04:00
pgtypeslib-num_test2.c Un-break ecpg tests for Windows. 2019-06-02 11:07:54 -04:00
pgtypeslib-num_test2.stderr Joachim fixed some bugs in numeric handling in pgtypeslib. 2006-08-07 13:17:02 +00:00
pgtypeslib-num_test2.stdout Removed compiler warning due to unneeded unsigned declaration. 2007-01-25 16:45:25 +00:00
preproc-array_of_struct.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
preproc-array_of_struct.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-array_of_struct.stdout Fixed bug that caused arrays of varchar to be output with incomplete name. 2008-03-02 10:54:11 +00:00
preproc-autoprep.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
preproc-autoprep.stderr Minor additional improvements for ecpglib/prepare.c. 2018-10-17 14:22:33 -04:00
preproc-autoprep.stdout Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-prepare mode if the connection is closed and re-opened and the previously prepared query is issued again. 2010-01-22 14:13:03 +00:00
preproc-comment.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-comment.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-comment.stdout Replaced complex tests with small ones. 2006-09-08 13:32:29 +00:00
preproc-cursor.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
preproc-cursor.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-cursor.stdout Added test for cursor handling on different connections to regression test 2011-12-18 18:44:14 +01:00
preproc-define.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
preproc-define.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-define.stdout More logic from complex/test* moved to their own testcases. 2006-09-08 09:03:40 +00:00
preproc-describe.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
preproc-describe.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-describe.stdout Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. 2010-01-15 10:44:39 +00:00
preproc-init.c Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
preproc-init.stderr NLS cleanup in ecpglib 2009-01-15 11:52:55 +00:00
preproc-init.stdout Started to cleanup complex tests. 2006-09-05 12:11:03 +00:00
preproc-outofscope.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
preproc-outofscope.stderr Make some ecpg test cases more robust against unexpected errors that happen 2019-01-30 10:39:32 +01:00
preproc-outofscope.stdout Changed ECPG outofscope handling to always print out statements in the same order 2010-01-29 16:28:13 +00:00
preproc-pointer_to_struct.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
preproc-pointer_to_struct.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-pointer_to_struct.stdout Several fixes to array handling in ecpg. 2014-04-09 11:23:38 +02:00
preproc-strings.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
preproc-strings.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-strings.stdout Unicode escapes in strings and identifiers 2008-10-29 08:04:54 +00:00
preproc-type.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-type.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-type.stdout More logic from complex/test* moved to their own testcases. 2006-09-08 09:03:40 +00:00
preproc-variable.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
preproc-variable.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-variable.stdout Added Joachim's changes for MinGW. 2006-09-26 07:56:57 +00:00
preproc-whenever.c Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
preproc-whenever.stderr Stop using spelling "nonexistant". 2019-06-08 10:12:26 -07:00
preproc-whenever.stdout Replaced complex tests with small ones. 2006-09-08 13:32:29 +00:00
preproc-whenever_do_continue.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
preproc-whenever_do_continue.stderr Fix locale dependency in new ecpg test case. 2017-08-25 14:17:33 -04:00
preproc-whenever_do_continue.stdout Fix locale dependency in new ecpg test case. 2017-08-25 14:17:33 -04:00
sql-array.c Fix format truncation issue from ECPG test 2019-08-02 09:51:12 +09:00
sql-array.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-array.stdout Fixed array handling in ecpg. 2015-02-10 12:04:10 +01:00
sql-binary.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sql-binary.stderr Make some ecpg test cases more robust against unexpected errors that happen 2019-01-30 10:39:32 +01:00
sql-binary.stdout Fixed auto allocation for binary data types. 2009-02-02 16:14:06 +00:00
sql-bytea.c Fix whitespace 2019-03-01 20:56:53 +01:00
sql-bytea.stderr Fix whitespace 2019-03-01 20:56:53 +01:00
sql-bytea.stdout Add bytea datatype to ECPG. 2019-02-18 10:20:31 +01:00
sql-code100.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sql-code100.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-code100.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-copystdout.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sql-copystdout.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-copystdout.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-createtableas.c Sync ECPG's CREATE TABLE AS statement with backend's. 2019-02-18 11:57:34 +01:00
sql-createtableas.stderr Sync ECPG's CREATE TABLE AS statement with backend's. 2019-02-18 11:57:34 +01:00
sql-createtableas.stdout Sync ECPG's CREATE TABLE AS statement with backend's. 2019-02-18 11:57:34 +01:00
sql-define.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sql-define.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-define.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-desc.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sql-desc.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-desc.stdout Replaced double-quote-fix with a hopefully better version. 2006-08-23 12:01:53 +00:00
sql-describe.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
sql-describe.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-describe.stdout Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. 2010-01-15 10:44:39 +00:00
sql-dynalloc.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sql-dynalloc.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dynalloc.stdout Applied test suite update by Joachim Wieland <joe@mcknight.de>. 2006-08-03 13:11:04 +00:00
sql-dynalloc2.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sql-dynalloc2.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dynalloc2.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-dyntest.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sql-dyntest.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dyntest.stdout Fix SQL3 type return value. 2010-01-13 08:41:50 +00:00
sql-execute.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sql-execute.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-execute.stdout - EXECUTE can return NOT FOUND so it should be checked here too. 2008-02-14 14:54:48 +00:00
sql-fetch.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sql-fetch.stderr Make some ecpg test cases more robust against unexpected errors that happen 2019-01-30 10:39:32 +01:00
sql-fetch.stdout Fixed parsing of parameters. Added regression test for this. 2008-10-14 09:31:05 +00:00
sql-func.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-func.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-func.stdout - Finished major rewrite to use new protocol version 2007-08-14 10:01:54 +00:00
sql-indicators.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sql-indicators.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-indicators.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-insupd.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-insupd.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-insupd.stdout Added variable handling for RETURNING clause to ecpg. 2010-06-04 10:09:58 +00:00
sql-oldexec.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sql-oldexec.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-oldexec.stdout - Finished major rewrite to use new protocol version 2007-08-14 10:01:54 +00:00
sql-parser.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-parser.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-parser.stdout - Changed some whitespacing in connect statement. 2007-03-17 19:25:24 +00:00
sql-prepareas.c Implement PREPARE AS statement for ECPG. 2019-05-22 04:58:29 +02:00
sql-prepareas.stderr Implement PREPARE AS statement for ECPG. 2019-05-22 04:58:29 +02:00
sql-prepareas.stdout Implement PREPARE AS statement for ECPG. 2019-05-22 04:58:29 +02:00
sql-quote.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sql-quote.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-quote.stdout Make ECPG regression tests independent of standard_conforming_strings. 2010-07-20 01:57:19 +00:00
sql-show.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-show.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-show.stdout Fixed incorrect argument handling in SET command if argument is a variable. 2008-08-19 10:40:32 +00:00
sql-sqlda.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sql-sqlda.stderr Second try at fixing numeric data passed through an ECPG SQLDA. 2018-11-14 11:27:47 -05:00
sql-sqlda.stdout Second try at fixing numeric data passed through an ECPG SQLDA. 2018-11-14 11:27:47 -05:00
sql-twophase.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
sql-twophase.stderr Add test case for two phase commit. Also by Masahiko Sawada. 2017-03-13 21:03:55 +01:00
sql-twophase.stdout Add test case for two phase commit. Also by Masahiko Sawada. 2017-03-13 21:03:55 +01:00
thread-alloc.c Remove _configthreadlocale() calls in ecpg test suite. 2019-01-24 17:02:09 -05:00
thread-alloc.stderr Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> 2007-09-30 11:38:48 +00:00
thread-alloc.stdout Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> 2007-09-30 11:38:48 +00:00
thread-alloc_2.stdout Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> 2007-09-30 11:38:48 +00:00
thread-descriptor.c Remove _configthreadlocale() calls in ecpg test suite. 2019-01-24 17:02:09 -05:00
thread-descriptor.stderr ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe 2007-10-02 09:50:00 +00:00
thread-descriptor.stdout ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe 2007-10-02 09:50:00 +00:00
thread-prep.c Remove _configthreadlocale() calls in ecpg test suite. 2019-01-24 17:02:09 -05:00
thread-prep.stderr Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe. 2007-09-26 10:57:01 +00:00
thread-prep.stdout Reverting accidently commited changes. 2009-12-17 07:28:58 +00:00
thread-prep_2.stdout Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe. 2007-09-26 10:57:01 +00:00
thread-thread.c Remove _configthreadlocale() calls in ecpg test suite. 2019-01-24 17:02:09 -05:00
thread-thread.stderr Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
thread-thread.stdout Reverting accidently commited changes. 2009-12-17 07:28:58 +00:00
thread-thread_2.stdout Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
thread-thread_implicit.c Remove _configthreadlocale() calls in ecpg test suite. 2019-01-24 17:02:09 -05:00
thread-thread_implicit.stderr Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
thread-thread_implicit.stdout Reverting accidently commited changes. 2009-12-17 07:28:58 +00:00
thread-thread_implicit_2.stdout Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00