diff options
author | John Naylor <john.naylor@postgresql.org> | 2021-07-30 18:52:55 -0400 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2021-07-30 18:54:10 -0400 |
commit | f3cd6aeb8d8e000414622bf07d26996ee1c5bc44 (patch) | |
tree | b84991e9084aaffc7d31b2bd526368f8a94c1d64 | |
parent | 231c19a8987a88b0e6c774fdea6ea7fda33e691a (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.stdout | 2 |
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 |