Re: parallel bitmapscan isn't exercised in regression tests

Поиск
Список
Период
Сортировка
От Dilip Kumar
Тема Re: parallel bitmapscan isn't exercised in regression tests
Дата
Msg-id CAFiTN-uUYdhhOFw0UdT6t_nREnJgqo3KR14eGLhH7N68XB48VQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: parallel bitmapscan isn't exercised in regression tests  (Dilip Kumar <dilipbalaut@gmail.com>)
Список pgsql-hackers
On Tue, Apr 4, 2017 at 5:51 AM, Dilip Kumar <dilipbalaut@gmail.com> wrote:
> Sure I can do that, In attached patch, I only fixed the problem of not
> executing the bitmap test.  Now, I will add few cases to cover other
> parts especially rescan and prefetching logic.

I have added two test cases to cover rescan, prefetch and lossy pages
logic for parallel bitmap.  I have removed the existing case because
these two new cases will be enough to cover that part as well.

Now, nodeBitmapHeapScan.c has 95.5% of line coverage.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Faster methods for getting SPI results (460%improvement)
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Bug with pg_basebackup and 'shared' tablespace