pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil

Started by Andrew Dunstanabout 15 years ago3 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/210f95f1cd59c6fdfe0f84b922c19d8498ac377d

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#1)
Re: pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil

Andrew Dunstan <andrew@dunslane.net> writes:

Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.

This patch seems to have injected a pile of DOS line endings ... please
fix.

regards, tom lane

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#2)
Re: pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil

On 04/10/2011 06:07 PM, Tom Lane wrote:

Andrew Dunstan<andrew@dunslane.net> writes:

Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.

This patch seems to have injected a pile of DOS line endings ... please
fix.

Oh, darnit. sorry.

will do

cheers

andrew