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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: As long as we're forcing an ORDER BY in these four join queries,
Дата
Msg-id 20041203221929.F3FAE3A566F@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: As long as we're forcing an ORDER BY in  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: aglio@pgfoundry.org (User Aglio)
Дата:
Сообщение: press - pr: New Directory
Следующее
От: pgsql@svr1.postgresql.org (PostgreSQL Daemon)
Дата:
Сообщение: pgsql: tag configure for rc1 ..