OSDN Git Service

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)
commit59b3b8014dcc4b016a2d429ccc975cd5aaf69283
tree7105eb7ab448ef3acad87318b7d5747198d1ba70
parent8090616847daad2c3b5f322bb67a0a1eed3ddcd4
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