Re: pgsql-server/src/test/regress sql/union.sql ex ...
От | Tom Lane |
---|---|
Тема | Re: pgsql-server/src/test/regress sql/union.sql ex ... |
Дата | |
Msg-id | 24098.1067973956@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: pgsql-server/src/test/regress sql/union.sql ex ... (Peter Eisentraut <peter_e@gmx.net>) |
Ответы |
Re: pgsql-server/src/test/regress sql/union.sql ex ...
|
Список | pgsql-committers |
Peter Eisentraut <peter_e@gmx.net> writes: > Tom Lane writes: >> Log message: >> Adjust data types in some of the UNION tests to avoid potentially >> platform-dependent results, as per example from Larry Rosenman. > The join test still fails on UnixWare: Yeah. I intended to leave that unfixed, since row-ordering differences are specifically documented as a legitimate platform-specific difference. Our alternatives would be to add enough ORDER BY clauses to constrain the results (which I don't want to do because it would limit the set of join plans testable by the tests), or to add another result file for this test. I'd be in favor of the latter if there were more than one platform showing this behavior, or if I thought that UnixWare's behavior wouldn't change again next time SCO decides to tweak qsort. regards, tom lane
В списке pgsql-committers по дате отправления: