Add ORDER BY clauses to some select-from-view operations

Tom Lane <tgl@sss.pgh.pa.us>

Commit: dbce02f133ebe6a503b06edc6ba1357b9896fa29
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-04-15T03:40:50Z
Releases: 7.1.1
Add ORDER BY clauses to some select-from-view operations
in rules regression test, in order to eliminate bogus test 'failures'
that occur due to platform-dependent and join-implementation-dependent
ordering of tuples.  I'm not sure that I got all of the SELECTs that need
ordering clauses --- we may need some more.  But this takes care of the
diffs between my platform and Jan's.

Files

PathChange+/−
src/test/regress/expected/rules.out modified +41 −41
src/test/regress/sql/rules.sql modified +8 −8