Assertion failure in indxpath.c

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Assertion failure in indxpath.c
Date: 2012-04-26 16:32:01
Message-ID: 4F997881.6040001@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2012-04-26 16:44:06 Re: Request to add options to tools/git_changelog
Previous Message Simon Riggs 2012-04-26 15:30:32 Re: 9.2 release notes, beta time?