Re: [COMMITTERS] pgsql-server/src/test/regress sql/union.sql ex ...

2003-11-04 Thread Peter Eisentraut
Tom Lane writes: > 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 t

Re: [COMMITTERS] pgsql-server/src/test/regress sql/union.sql ex ...

2003-11-04 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> 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,

Re: [COMMITTERS] pgsql-server/src/test/regress sql/union.sql ex ...

2003-11-04 Thread Peter Eisentraut
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: *** ./expected/join.out Thu Sep 25 01:58:06 2003 --- ./results/join.out Tue No

[COMMITTERS] pgsql-server/src/test/regress sql/union.sql ex ...

2003-11-02 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/02 18:35:26 Modified files: src/test/regress/sql: union.sql src/test/regress/expected: union.out Log message: Adjust data types in some of the UNION tests to avoid potenti