Re: [HACKERS] [PATCHES] patch for different join result order on regression test

2004-05-10 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> 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.

Re: [HACKERS] [PATCHES] patch for different join result order on regression test

2004-05-10 Thread Bruce Momjian
Agreed it is time to get this regression test working on MinGW. I suggest we add ORDER BY to the needed queries. Tom as hoping to come up with a better solution, but at this point I think we should just add the ORDER BY rather than adding a different output file. Comments?