Skip to content

Commit 2965400

Browse files
committed
Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results.
1 parent d8b04d5 commit 2965400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/select_distinct.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--
55
-- awk '{print $3;}' onek.data | sort -n | uniq
66
--
7-
SELECT DISTINCT two FROM tmp;
7+
SELECT DISTINCT two FROM tmp ORDER BY 1;
88
two
99
-----
1010
0

src/test/regress/sql/select_distinct.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--
66
-- awk '{print $3;}' onek.data | sort -n | uniq
77
--
8-
SELECT DISTINCT two FROM tmp;
8+
SELECT DISTINCT two FROM tmp ORDER BY 1;
99

1010
--
1111
-- awk '{print $5;}' onek.data | sort -n | uniq

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