Assertion failure in indxpath.c - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Assertion failure in indxpath.c
Date
Msg-id 4F997881.6040001@enterprisedb.com
Whole thread Raw
Responses Re: Assertion failure in indxpath.c  (Thom Brown <thom@linux.com>)
Re: Assertion failure in indxpath.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I'm getting an assertion failure on a fresh git checkout with this query:

create table foo (a int4, b text);CREATE TABLE
create index i_foo on foo (b, a);CREATE INDEX
select * from foo where a = 0 and (b = 'foo' or b = 'bar');

TRAP: FailedAssertion("!(((((const Node*)(ipath))->type) == 
T_IndexPath))", File: "indxpath.c", Line: 1328)

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: 9.2 release notes, beta time?
Next
From: Bruce Momjian
Date:
Subject: Re: Request to add options to tools/git_changelog