As long as we're forcing an ORDER BY in these four join queries, we had
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Dec 2004 22:19:28 +0000 (22:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Dec 2004 22:19:28 +0000 (22:19 +0000)
commit068e21b620ad909039b8b080c03aee34a935ca53
tree393909222aed10f8fc4b3a6683f4fe28b21f9ae8
parentcc565122967e7ab2400a84e8477724f6e77272ba
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.
src/test/regress/expected/join.out
src/test/regress/sql/join.sql