Re: patch for different join result order on regression test for win32

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: patch for different join result order on regression test for win32
Date: 2004-05-10 19:20:56
Message-ID: 18299.1084216856@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> This resultmap patch and regression test result file allow the join
> regression test to succeed under Mingw.

This is the hard way to do it. Instead of using the resultmap
mechanism, pretend the difference is a locale difference, and
just add the file as "join_1.out" (I think that's the right naming
convention, but check it). I don't think we really need to tie this
to a specific OS, which is what the resultmap mechanism is intended
to do. IIRC people have gotten similar differences on other OSes.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-05-10 19:21:57 Re: [PATCHES] patch for different join result order on regression test
Previous Message Tom Lane 2004-05-10 19:17:51 Re: Bug in renaming view columns

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-10 19:21:57 Re: [PATCHES] patch for different join result order on regression test
Previous Message Bruce Momjian 2004-05-10 17:21:15 Re: [PATCHES] patch for different join result order on regression test