OSDN Git Service

Fix a typo in test script.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Mon, 9 Feb 2015 10:38:20 +0000 (19:38 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 3 Apr 2015 06:38:39 +0000 (15:38 +0900)
This change affects test script but doesn't affect the test result, so
I don't regenerae test scripts including this change. It will be fixed
at the next chance to regenerate the testset.

makeplanfile.sql

index f56c88f..39f3291 100644 (file)
@@ -56,7 +56,7 @@ explain (analyze on, buffers on, verbose on, format :format)
 \echo ###### Index scan (forward) ANY, array in expr, escape
 explain (analyze on, buffers on, verbose on, format :format)
    select * from tt1 "x""y" where a in (50, 120, 300, 500);
-\echo ###### Index scan (backward), MergeJoin, Sort, quichsort, alias
+\echo ###### Index scan (backward), MergeJoin, Sort, quicksort, alias
 explain (analyze on, buffers on, verbose on, format :format)
    select x.b, x.c  from tt1 x join tt2 y on (x.a = -y.b * 3)
    order by x.a desc limit 10;