]> granicus.if.org Git - postgresql/commitdiff
My recent optimizer changes caused a different plan to
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Jul 1999 03:53:54 +0000 (03:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Jul 1999 03:53:54 +0000 (03:53 +0000)
be picked for one of the complex joins in rules test ... leading to
a different output ordering ...

src/test/regress/expected/rules.out

index 1af61b3736326b904dc58494716651d6bc8f338c..adf7d7b7b6eb2ffa17f4b704ffc60f14699bba9f 100644 (file)
@@ -1022,9 +1022,9 @@ QUERY: SELECT * FROM shoelace_log;
 sl_name   |sl_avail|log_who |log_when
 ----------+--------+--------+--------
 sl7       |       6|Al Bundy|epoch   
-sl3       |      10|Al Bundy|epoch   
 sl6       |      20|Al Bundy|epoch   
 sl8       |      21|Al Bundy|epoch   
+sl3       |      10|Al Bundy|epoch   
 (4 rows)
 
 QUERY:     CREATE VIEW shoelace_obsolete AS