Re: Range Types regression failure - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Range Types regression failure
Date
Msg-id 16791.1333748123@sss.pgh.pa.us
Whole thread Raw
In response to Range Types regression failure  (Thom Brown <thom@linux.com>)
Responses Re: Range Types regression failure  (Thom Brown <thom@linux.com>)
List pgsql-hackers
Thom Brown <thom@linux.com> writes:
> I can't explain why I'm seeing a range type installcheck failure as I
> don't see the same problem on the buildfarm, but out of all the tests
> run, the range types test is the only one to fail.

I can duplicate that output ordering if I force it to use indexscans,
but it's quite unclear why it would do so by default for a six-row
table.  Are you using weird planner cost parameters?  (I'd have expected
such to result in a lot more diffs than this, though.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: System catalog typos
Next
From: Thom Brown
Date:
Subject: Re: Range Types regression failure