Skip to content

Commit f851c6b

Browse files
committed
Add another ORDER BY to rules test; got tired of it 'failing'
every time I tweak the optimizer...
1 parent 970ef45 commit f851c6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/test/regress/expected/rules.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,13 +1018,13 @@ sl7 | 6|brown | 60|cm | 60
10181018
sl8 | 21|brown | 40|inch | 101.6
10191019
(8 rows)
10201020

1021-
QUERY: SELECT * FROM shoelace_log;
1021+
QUERY: SELECT * FROM shoelace_log ORDER BY sl_name;
10221022
sl_name |sl_avail|log_who |log_when
10231023
----------+--------+--------+--------
1024-
sl7 | 6|Al Bundy|epoch
1024+
sl3 | 10|Al Bundy|epoch
10251025
sl6 | 20|Al Bundy|epoch
1026+
sl7 | 6|Al Bundy|epoch
10261027
sl8 | 21|Al Bundy|epoch
1027-
sl3 | 10|Al Bundy|epoch
10281028
(4 rows)
10291029

10301030
QUERY: CREATE VIEW shoelace_obsolete AS

src/test/regress/sql/rules.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ insert into shoelace_ok select * from shoelace_arrive;
661661

662662
SELECT * FROM shoelace ORDER BY sl_name;
663663

664-
SELECT * FROM shoelace_log;
664+
SELECT * FROM shoelace_log ORDER BY sl_name;
665665

666666
CREATE VIEW shoelace_obsolete AS
667667
SELECT * FROM shoelace WHERE NOT EXISTS

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy