From 9455e7f5050fdc82ead9858b3aa531cc830b3b56 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Fri, 30 Jul 2021 18:52:55 -0400 Subject: [PATCH] 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. --- .../ecpg/test/expected/pgtypeslib-num_test-MinGW32.stdout | 2 ++ 1 file changed, 2 insertions(+) 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