From: | Thom Brown <thom(at)linux(dot)com> |
---|---|
To: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Assertion failure in indxpath.c |
Date: | 2012-04-26 16:54:45 |
Message-ID: | CAA-aLv5AJD_ghbkSiu+VSftKLBN8SiocMFXQBPpt-WOJZDkKBg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 26 April 2012 17:32, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
> 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)
This was broken by 5b7b5518d0ea56c422a197875f7efa5deddbb388
--
Thom
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2012-04-26 16:56:13 | Re: Request to add options to tools/git_changelog |
Previous Message | Bruce Momjian | 2012-04-26 16:44:06 | Re: Request to add options to tools/git_changelog |