Re: [HACKERS] Parallel Bitmap scans a bit broken

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема Re: [HACKERS] Parallel Bitmap scans a bit broken
Дата
Msg-id CAE2gYzzMHoB4ho9TjLC1Wpp_F_4U1U_rzSo_RUpDd3Ar-gUqLQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Parallel Bitmap scans a bit broken  (Dilip Kumar <dilipbalaut@gmail.com>)
Ответы Re: [HACKERS] Parallel Bitmap scans a bit broken  (Dilip Kumar <dilipbalaut@gmail.com>)
Список pgsql-hackers
> This can crash at line:414, if either tuple is invalid memory(but I
> think it's not because we have already accessed this memory in above
> if check) or dtup is invalid (this is also not possible because
> brin_new_memtuple has already accessed this).

I was testing with the brin correlation patch [1] applied.  I cannot
crash it without the patch either.  I am sorry for not testing it
before.  The patch make BRIN selectivity estimation function access
more information.

[1] https://www.postgresql.org/message-id/attachment/50164/brin-correlation-v3.patch



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] [POC] hash partitioning
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] ICU integration