Commit 29654002 authored by Tom Lane's avatar Tom Lane

Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results.

parent d8b04d5f
......@@ -4,7 +4,7 @@
--
-- awk '{print $3;}' onek.data | sort -n | uniq
--
SELECT DISTINCT two FROM tmp;
SELECT DISTINCT two FROM tmp ORDER BY 1;
two
-----
0
......
......@@ -5,7 +5,7 @@
--
-- awk '{print $3;}' onek.data | sort -n | uniq
--
SELECT DISTINCT two FROM tmp;
SELECT DISTINCT two FROM tmp ORDER BY 1;
--
-- awk '{print $5;}' onek.data | sort -n | uniq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment