Re: Git-master regression failure - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Git-master regression failure
Date
Msg-id 1371584078.12675.YahooMailNeo@web162906.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: Git-master regression failure  (Svenne Krap <svenne.lists@krap.dk>)
List pgsql-hackers
Svenne Krap <svenne.lists@krap.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



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Git-master regression failure
Next
From: Svenne Krap
Date:
Subject: Re: Git-master regression failure