mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	My recent optimizer changes caused a different plan to
be picked for one of the complex joins in rules test ... leading to a different output ordering ...
This commit is contained in:
		@@ -1022,9 +1022,9 @@ QUERY: SELECT * FROM shoelace_log;
 | 
				
			|||||||
sl_name   |sl_avail|log_who |log_when
 | 
					sl_name   |sl_avail|log_who |log_when
 | 
				
			||||||
----------+--------+--------+--------
 | 
					----------+--------+--------+--------
 | 
				
			||||||
sl7       |       6|Al Bundy|epoch   
 | 
					sl7       |       6|Al Bundy|epoch   
 | 
				
			||||||
sl3       |      10|Al Bundy|epoch   
 | 
					 | 
				
			||||||
sl6       |      20|Al Bundy|epoch   
 | 
					sl6       |      20|Al Bundy|epoch   
 | 
				
			||||||
sl8       |      21|Al Bundy|epoch   
 | 
					sl8       |      21|Al Bundy|epoch   
 | 
				
			||||||
 | 
					sl3       |      10|Al Bundy|epoch   
 | 
				
			||||||
(4 rows)
 | 
					(4 rows)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QUERY:     CREATE VIEW shoelace_obsolete AS
 | 
					QUERY:     CREATE VIEW shoelace_obsolete AS
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user