| От | Andreas Seltenreich |
|---|---|
| Тема | Re: [sqlsmith] Failing assertions in spgtextproc.c |
| Дата | |
| Msg-id | 87k2nsja17.fsf@ex.ansel.ydns.eu обсуждение исходный текст |
| Ответ на | Re: [sqlsmith] Failing assertions in spgtextproc.c (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: [sqlsmith] Failing assertions in spgtextproc.c
|
| Список | pgsql-hackers |
Tom Lane writes: > Andreas Seltenreich <seltenreich@gmx.de> writes: >> TRAP: FailedAssertion([...], File: "spgtextproc.c", Line: 424) >> TRAP: FailedAssertion([...], File: "spgtextproc.c", Line: 564) > > Can you show us the definition of the index that's causing this, > and some samples of the data you're putting in it? Here's a recipe for triggering the former: create table t(c text); create index on t using spgist(c); insert into t select '' from generate_series(1,10000); set enable_seqscan to off; select count(1) from t; I still think it's just the assertions being too strict. regards, Andreas
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера