Re: Failing assertions in indxpath.c, placeholder.c and brin_minmax.c - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Failing assertions in indxpath.c, placeholder.c and brin_minmax.c
Date
Msg-id 20150727141558.GF5596@postgresql.org
Whole thread Raw
In response to Re: Failing assertions in indxpath.c, placeholder.c and brin_minmax.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:

> Bottom line is that somebody failed to consider the possibility of a
> null comparison value reaching the BRIN index lookup machinery.
> The code stanza that's failing supposes that only IS NULL or IS NOT NULL
> tests could have SK_ISNULL set, but that's just wrong.

Hm, okay, will look into that.

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



pgsql-hackers by date:

Previous
From: Kouhei Kaigai
Date:
Subject: Re: [DESIGN] ParallelAppend
Next
From: Alvaro Herrera
Date:
Subject: Re: Restore-reliability mode