Re: brin regression test intermittent failures - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: brin regression test intermittent failures
Date
Msg-id 20150604193709.GM133018@postgresql.org
Whole thread Raw
In response to Re: brin regression test intermittent failures  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> I wrote:
> > The other cases that I found involve cidrcol, and seem to represent
> > an actual bug in the brin planning logic, ie failure to disregard a
> > no-op cast.  I'll look closer.
> 
> I leapt to the wrong conclusion on that one.  The reason for failure to
> match to an index column had nothing to do with the extra cast, and
> everything to do with the fact that there was no such index column.

Oops!  Thanks for reviewing this.

> I think we're probably good now, though it'd be wise to keep an eye on
> chipmunk for awhile to verify that it doesn't see the problem anymore.

Will do.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: brin regression test intermittent failures
Next
From: Peter Geoghegan
Date:
Subject: Re: Further issues with jsonb semantics, documentation