Add ORDER BY clauses to some select-from-view operations
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/rules.out | modified | +41 −41 |
| src/test/regress/sql/rules.sql | modified | +8 −8 |