Assertion failure in indxpath.c

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Assertion failure in indxpath.c
Дата
Msg-id 4F997881.6040001@enterprisedb.com
обсуждение исходный текст
Ответы Re: Assertion failure in indxpath.c  (Thom Brown <thom@linux.com>)
Re: Assertion failure in indxpath.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: 9.2 release notes, beta time?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Request to add options to tools/git_changelog