Re: [PATCHES] patch for different join result order on regression test - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] patch for different join result order on regression test
Date
Msg-id 18325.1084216917@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] patch for different join result order on regression test  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [PATCHES] patch for different join result order on regression  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Agreed it is time to get this regression test working on MinGW.  I
> suggest we add ORDER BY to the needed queries.

Please do not do that.  This is a join test, not an ORDER BY test,
and I don't want it ignoring unordered join methods.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in renaming view columns
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] patch for different join result order on regression