From 2f30d5a34a1ce64d52f3ae9e91624494e6748b89 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Tue, 27 Jul 1999 03:53:54 +0000
Subject: [PATCH] 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 ...

---
 src/test/regress/expected/rules.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/regress/expected/rules.out b/src/test/regress/expected/rules.out
index 1af61b37363..adf7d7b7b6e 100644
--- a/src/test/regress/expected/rules.out
+++ b/src/test/regress/expected/rules.out
@@ -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
-- 
GitLab