Re: Index range search optimization

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: Index range search optimization
Дата
Msg-id CAPpHfdsLNP8wJBdmeWKSkLao7hpqdA_8qvMdkUpZtfgS1Aoffw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Index range search optimization  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: Index range search optimization  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Mon, Sep 25, 2023 at 1:18 PM Alexander Korotkov <aekorotkov@gmail.com> wrote:
On Mon, Sep 25, 2023 at 12:58 PM Pavel Borisov <pashkin.elfe@gmail.com> wrote:
> One more doubt about naming. Calling function
> _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple, int tupnatts,
> ScanDirection dir, bool *continuescan, bool requiredMatchedByPrecheck)
> as
> (void) _bt_checkkeys(scan, itup, indnatts, dir,
> &requiredMatchedByPrecheck, false);
> looks little bit misleading because of coincidence of names of 5 and 6
> arguments.

I've added the comment clarifying this argument usage.

Fixed typo inficating => indicating as pointed by Pavel.
Peter, what do you think about the current shape of the patch?

------
Regards,
Alexander Korotkov 
Вложения

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

Предыдущее
От: jacktby jacktby
Дата:
Сообщение: Set enable_seqscan doesn't take effect?
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Unlinking Parallel Hash Join inner batch files sooner