pgsql: Fix expect file for MinGW32 ECPG regression tests - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Fix expect file for MinGW32 ECPG regression tests
Date
Msg-id E1m9bQM-0002oI-CP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fa27389c53ca095f52b146d8bdfeb62e8d7f4fb6

Modified Files
--------------
src/interfaces/ecpg/test/expected/pgtypeslib-num_test-MinGW32.stdout | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: Re: pgsql: Fix range check in ECPG numeric to int conversion
Next
From: Michael Paquier
Date:
Subject: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre