Thread: Re: [PATCHES] patch for different join result order on regression test
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? --------------------------------------------------------------------------- Andrew Dunstan wrote: > > This resultmap patch and regression test result file allow the join > regression test to succeed under Mingw. > > cheers > > andrew -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001+ If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania19073
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
Tom Lane wrote: > 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. Ah, OK. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001+ If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania19073