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-0002oE-BX@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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9455e7f5050fdc82ead9858b3aa531cc830b3b56

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