From: John Naylor Date: Fri, 30 Jul 2021 22:52:55 +0000 (-0400) Subject: Fix expect file for MinGW32 ECPG regression tests X-Git-Tag: REL9_6_23~16 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=fa27389c53ca095f52b146d8bdfeb62e8d7f4fb6;p=postgresql.git 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. --- 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