summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor2021-07-30 22:52:55 +0000
committerJohn Naylor2021-07-30 22:52:55 +0000
commitfa27389c53ca095f52b146d8bdfeb62e8d7f4fb6 (patch)
tree100d83f99c783da701cca0dfe80c83a1fd590ab7
parentcfcb0ceabde11dc6bf57185f72a2b14132631dfd (diff)
Fix expect file for MinGW32 ECPG regression tests
On versions 11 and earlier, MinGW32 has a separate expect file for the regression test changed by master commit 5fcf3945b.
-rw-r--r--src/interfaces/ecpg/test/expected/pgtypeslib-num_test-MinGW32.stdout2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/expected/pgtypeslib-num_test-MinGW32.stdout b/src/interfaces/ecpg/test/expected/pgtypeslib-num_test-MinGW32.stdout
index 185a00ea599..8c75d9820d9 100644
--- a/src/interfaces/ecpg/test/expected/pgtypeslib-num_test-MinGW32.stdout
+++ b/src/interfaces/ecpg/test/expected/pgtypeslib-num_test-MinGW32.stdout
@@ -4,3 +4,5 @@ sub = 2369.7
mul = 13306998429.873000000
div = 1330699.84298730000 1.330700e+006
to long(0) = 20000000 14
+min int = -2147483648
+max int = 2147483647