pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil
Date
Msg-id E1Q91pb-0002UE-Ky@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.

Backport to 9.0, we're not supporting this compiler on earlier releases.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0e754ab366e9a200ef7342dc6ada42ae014a6739

Modified Files
--------------
contrib/cube/expected/cube_3.out   | 1134 ++++++++++++++++++++++++++++++++++++
src/interfaces/ecpg/test/resultmap |    3 +
2 files changed, 1137 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil
Next
From: Tom Lane
Date:
Subject: pgsql: Teach regular expression operators to honor collations.