Re: Git-master regression failure

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Svenne Krap <svenne(dot)lists(at)krap(dot)dk>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Git-master regression failure
Date: 2013-06-18 19:34:38
Message-ID: 1371584078.12675.YahooMailNeo@web162906.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Svenne Krap <svenne(dot)lists(at)krap(dot)dk> wrote:

> I have the information attached here instead...

I find it suspicious that the test is using an index which sorts
first by the "f1" column, then later by "f1 text_pattern_ops"
column.  I'm not 100% sure whether the test is bad or you have
found a bug, although I suspect the latter.  The actual result
should not depend on the index definition; the index should only
affect performance and possibly the order of results where order is
not specified.

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Svenne Krap 2013-06-18 19:41:28 Re: Git-master regression failure
Previous Message Alvaro Herrera 2013-06-18 19:23:38 Re: Git-master regression failure