Re: Assertion failure in indxpath.c

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Assertion failure in indxpath.c
Дата
Msg-id CAA-aLv5AJD_ghbkSiu+VSftKLBN8SiocMFXQBPpt-WOJZDkKBg@mail.gmail.com
обсуждение исходный текст
Ответ на Assertion failure in indxpath.c  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
On 26 April 2012 17:32, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.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

http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=5b7b5518d0ea56c422a197875f7efa5deddbb388

-- 
Thom


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Request to add options to tools/git_changelog
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Request to add options to tools/git_changelog