From: Pavan Deolasee Date: Tue, 16 Aug 2016 04:06:46 +0000 (+0530) Subject: Make adjustments to the expected output of 'brin' test case X-Git-Tag: XL9_5_R1_3~2 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3e9017aa068a5cb96b70e07ae483a7b65a2d30a8;p=postgres-xl.git Make adjustments to the expected output of 'brin' test case --- diff --git a/src/test/regress/expected/brin.out b/src/test/regress/expected/brin.out index ebcc929d19..c3ae87ffb0 100644 --- a/src/test/regress/expected/brin.out +++ b/src/test/regress/expected/brin.out @@ -645,10 +645,10 @@ WARNING: did not get bitmap indexscan plan for (int4col,<=,int8,1999,100) WARNING: did not get seqscan plan for (int4col,<=,int8,1999,100) WARNING: did not get bitmap indexscan plan for (int4col,<,int8,1428427143,100) WARNING: did not get seqscan plan for (int4col,<,int8,1428427143,100) -WARNING: did not get bitmap indexscan plan for (textcol,>,text,AAAAAA,100) -WARNING: did not get seqscan plan for (textcol,>,text,AAAAAA,100) -WARNING: did not get bitmap indexscan plan for (textcol,>=,text,AAAAAA,100) -WARNING: did not get seqscan plan for (textcol,>=,text,AAAAAA,100) +WARNING: did not get bitmap indexscan plan for (textcol,>,text,ABABAB,100) +WARNING: did not get seqscan plan for (textcol,>,text,ABABAB,100) +WARNING: did not get bitmap indexscan plan for (textcol,>=,text,ABABAB,100) +WARNING: did not get seqscan plan for (textcol,>=,text,ABABAB,100) WARNING: did not get bitmap indexscan plan for (textcol,=,text,BNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAA,1) WARNING: did not get seqscan plan for (textcol,=,text,BNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAA,1) WARNING: did not get bitmap indexscan plan for (textcol,<=,text,ZZAAAA,100)