]> granicus.if.org Git - postgresql/commitdiff
Add another ORDER BY to rules test; got tired of it 'failing'
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Aug 1999 04:41:32 +0000 (04:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Aug 1999 04:41:32 +0000 (04:41 +0000)
every time I tweak the optimizer...

src/test/regress/expected/rules.out
src/test/regress/sql/rules.sql

index adf7d7b7b6eb2ffa17f4b704ffc60f14699bba9f..3aa760b700b8196c8ee60e3b52b50d3519ff0538 100644 (file)
@@ -1018,13 +1018,13 @@ sl7       |       6|brown     |    60|cm      |       60
 sl8       |      21|brown     |    40|inch    |    101.6
 (8 rows)
 
-QUERY: SELECT * FROM shoelace_log;
+QUERY: SELECT * FROM shoelace_log ORDER BY sl_name;
 sl_name   |sl_avail|log_who |log_when
 ----------+--------+--------+--------
-sl7       |       6|Al Bundy|epoch   
+sl3       |      10|Al Bundy|epoch   
 sl6       |      20|Al Bundy|epoch   
+sl7       |       6|Al Bundy|epoch   
 sl8       |      21|Al Bundy|epoch   
-sl3       |      10|Al Bundy|epoch   
 (4 rows)
 
 QUERY:     CREATE VIEW shoelace_obsolete AS
index c1fd8b2a25fb4f9aa1491ee18e638acf10b02b0e..32c887dd9a7bb16e11728d6d198bd420b8090f4f 100644 (file)
@@ -661,7 +661,7 @@ insert into shoelace_ok select * from shoelace_arrive;
 
 SELECT * FROM shoelace ORDER BY sl_name;
 
-SELECT * FROM shoelace_log;
+SELECT * FROM shoelace_log ORDER BY sl_name;
 
     CREATE VIEW shoelace_obsolete AS
        SELECT * FROM shoelace WHERE NOT EXISTS