pgsql: Fix expect file for MinGW32 ECPG regression tests

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix expect file for MinGW32 ECPG regression tests
Date: 2021-07-30 22:56:14
Message-ID: E1m9bQM-0002oE-BX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-07-31 01:28:27 pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre
Previous Message John Naylor 2021-07-30 22:37:35 Re: pgsql: Fix range check in ECPG numeric to int conversion