Re: [WIP PATCH] Index scan offset optimisation using visibility map

Поиск
Список
Период
Сортировка
От Andrey Borodin
Тема Re: [WIP PATCH] Index scan offset optimisation using visibility map
Дата
Msg-id 152085845014.1307.17921890299725656162.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: [WIP PATCH] Index scan offset optimisation using visibility map  (Michail Nikolaev <michail.nikolaev@gmail.com>)
Список pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            tested, passed

I've tested this patch with different types of order by, including needing recheck, but everything seems to work as
expected.
There are some missing spaces before some comment lines and I'm a bit unsure on some lines of code duplicated between
nodeIndexonlyscan.cand nodeIndexscan.c
 
But besides this, I have no more notes on the code.
I think the patch is ready for committer.

Best regards, Andrey Borodin.

The new status of this patch is: Ready for Committer

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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: [HACKERS] Partition-wise aggregation/grouping
Следующее
От: amul sul
Дата:
Сообщение: Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key