pgsql: As long as we're forcing an ORDER BY in these four join queries, - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: As long as we're forcing an ORDER BY in these four join queries,
Date
Msg-id 20041203221929.F3FAE3A566F@svr1.postgresql.org
Whole thread Raw
Responses Re: pgsql: As long as we're forcing an ORDER BY in
List pgsql-committers
Log Message:
-----------
As long as we're forcing an ORDER BY in these four join queries, we had
better make sure the sort order is totally specified; else we get burnt
by platform-specific behavior of qsort() with equal keys.  Per buildfarm
results.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        join.out (r1.21 -> r1.22)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/join.out.diff?r1=1.21&r2=1.22)
    pgsql/src/test/regress/sql:
        join.sql (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/join.sql.diff?r1=1.14&r2=1.15)

pgsql-committers by date:

Previous
From: aglio@pgfoundry.org (User Aglio)
Date:
Subject: press - pr: New Directory
Next
From: pgsql@svr1.postgresql.org (PostgreSQL Daemon)
Date:
Subject: pgsql: tag configure for rc1 ..