Skip to content

Commit 8d45df9

Browse files
author
Alexander Korotkov
committed
Fix ordering in regression tests.
1 parent 7245353 commit 8d45df9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/test/regress/expected/select_views.out

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,22 @@
22
-- SELECT_VIEWS
33
-- test the views defined in CREATE_VIEWS
44
--
5-
SELECT * FROM street;
5+
SELECT * FROM street ORDER BY name;
66
name | thepath | cname
77
------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------
8+
100th Ave | [(-122.1657,37.429),(-122.1647,37.432)] | Oakland
9+
107th Ave | [(-122.1555,37.403),(-122.1531,37.41)] | Oakland
10+
14th St | [(-122.299,37.147),(-122.3,37.148)] | Lafayette
11+
19th Ave | [(-122.2366,37.897),(-122.2359,37.905)] | Berkeley
12+
1st St | [(-121.75508,37.89294),(-121.753581,37.90031)] | Oakland
13+
5th St | [(-122.278,37),(-122.2792,37.005),(-122.2803,37.009)] | Lafayette
14+
5th St | [(-122.296,37.615),(-122.2953,37.598)] | Berkeley
15+
82nd Ave | [(-122.1695,37.596),(-122.1681,37.603)] | Berkeley
16+
85th Ave | [(-122.1877,37.466),(-122.186,37.476)] | Oakland
17+
89th Ave | [(-122.1822,37.459),(-122.1803,37.471)] | Oakland
18+
98th Ave | [(-122.1568,37.498),(-122.1558,37.502)] | Oakland
19+
98th Ave | [(-122.1693,37.438),(-122.1682,37.444)] | Oakland
20+
98th Ave | [(-122.2001,37.258),(-122.1974,37.27)] | Lafayette
821
Access Rd 25 | [(-121.9283,37.894),(-121.9283,37.9)] | Oakland
922
Ada St | [(-122.2487,37.398),(-122.2496,37.401)] | Lafayette
1023
Agua Fria Creek | [(-121.9254,37.922),(-121.9281,37.889)] | Oakland
@@ -325,19 +338,6 @@ SELECT * FROM street;
325338
Wisconsin St | [(-122.1994,37.017),(-122.1975,37.998),(-122.1971,37.994)] | Oakland
326339
Wisconsin St | [(-122.1994,37.017),(-122.1975,37.998),(-122.1971,37.994)] | Berkeley
327340
Wp Railroad | [(-122.254,37.902),(-122.2506,37.891)] | Berkeley
328-
100th Ave | [(-122.1657,37.429),(-122.1647,37.432)] | Oakland
329-
107th Ave | [(-122.1555,37.403),(-122.1531,37.41)] | Oakland
330-
14th St | [(-122.299,37.147),(-122.3,37.148)] | Lafayette
331-
19th Ave | [(-122.2366,37.897),(-122.2359,37.905)] | Berkeley
332-
1st St | [(-121.75508,37.89294),(-121.753581,37.90031)] | Oakland
333-
5th St | [(-122.278,37),(-122.2792,37.005),(-122.2803,37.009)] | Lafayette
334-
5th St | [(-122.296,37.615),(-122.2953,37.598)] | Berkeley
335-
82nd Ave | [(-122.1695,37.596),(-122.1681,37.603)] | Berkeley
336-
85th Ave | [(-122.1877,37.466),(-122.186,37.476)] | Oakland
337-
89th Ave | [(-122.1822,37.459),(-122.1803,37.471)] | Oakland
338-
98th Ave | [(-122.1568,37.498),(-122.1558,37.502)] | Oakland
339-
98th Ave | [(-122.1693,37.438),(-122.1682,37.444)] | Oakland
340-
98th Ave | [(-122.2001,37.258),(-122.1974,37.27)] | Lafayette
341341
(333 rows)
342342

343343
SELECT name, #thepath FROM iexit ORDER BY 1, 2;

src/test/regress/sql/select_views.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- test the views defined in CREATE_VIEWS
44
--
55

6-
SELECT * FROM street;
6+
SELECT * FROM street ORDER BY name;
77

88
SELECT name, #thepath FROM iexit ORDER BY 1, 2;
99

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