Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf851c6b

Browse files
committed
Add another ORDER BY to rules test; got tired of it 'failing'
every time I tweak the optimizer...
1 parent970ef45 commitf851c6b

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 shoelaceORDER BY sl_name;
663663

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

666666
CREATEVIEWshoelace_obsoleteAS
667667
SELECT*FROM shoelaceWHERE NOT EXISTS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp