diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2011-04-10 16:57:42 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2011-04-10 16:57:42 -0400 |
commit | 210f95f1cd59c6fdfe0f84b922c19d8498ac377d (patch) | |
tree | c8de16b358fcbea19d7eb3040ccf6045eb4626b8 /src | |
parent | ed557a373c406bbb2a1843544ebbd856ca4cac47 (diff) | |
download | postgresql-210f95f1cd59c6fdfe0f84b922c19d8498ac377d.tar.gz postgresql-210f95f1cd59c6fdfe0f84b922c19d8498ac377d.zip |
Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.
Backport to 9.0, we're not supporting this compiler on earlier releases.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/test/resultmap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/resultmap b/src/interfaces/ecpg/test/resultmap index 8fa66f9d7b5..95ea5831ccb 100644 --- a/src/interfaces/ecpg/test/resultmap +++ b/src/interfaces/ecpg/test/resultmap @@ -1,6 +1,9 @@ compat_informix/dec_test:stdout:i.86-pc-win32vc=compat_informix-dec_test-MinGW32.stdout compat_informix/dec_test:stdout:i.86-pc-mingw32=compat_informix-dec_test-MinGW32.stdout +compat_informix/dec_test:stdout:x86_64-w64-mingw32=compat_informix-dec_test-MinGW32.stdout pgtypeslib/num_test:stdout:i.86-pc-win32vc=pgtypeslib-num_test-MinGW32.stdout pgtypeslib/num_test:stdout:i.86-pc-mingw32=pgtypeslib-num_test-MinGW32.stdout +pgtypeslib/num_test:stdout:x86_64-w64-mingw32=pgtypeslib-num_test-MinGW32.stdout pgtypeslib/num_test2:stdout:i.86-pc-win32vc=pgtypeslib-num_test2-MinGW32.stdout pgtypeslib/num_test2:stdout:i.86-pc-mingw32=pgtypeslib-num_test2-MinGW32.stdout +pgtypeslib/num_test2:stdout:x86_64-w64-mingw32=pgtypeslib-num_test2-MinGW32.stdout |