Re: pgsql: Optimize btree insertions for common case of increasing values

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: pgsql: Optimize btree insertions for common case of increasing values
Дата
Msg-id CAH2-Wzkekg9G294UnCJfTZAVpO2US_g+-JQqFmcsZW_y5o6Mcg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Optimize btree insertions for common case of increasingvalues  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Optimize btree insertions for common case of increasingvalues  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-committers
On Tue, Apr 10, 2018 at 3:27 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
> Committed with light editing. I didn't put the #define in the .h file -
> it's only used here and that seemed like unnecessary clutter. I moved it
> to the top of the file. I also standardized the spelling of "optimization".

The comments still say "Check if the page...no split is in progress".
Despite the fact that that's just an assertion now.

-- 
Peter Geoghegan


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Optimize btree insertions for common case of increasingvalues
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect close() call in dsm_impl_mmap().