Re: pgsql: Fix comment on B-tree insertion fastpath condition.

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: pgsql: Fix comment on B-tree insertion fastpath condition.
Дата
Msg-id CABOikdN8W-ACTV4GopyRA48bVO7grGqEgvhVCWnP+LWhevyOWQ@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Fix comment on B-tree insertion fastpath condition.  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Список pgsql-committers


On Tue, Apr 10, 2018 at 7:28 PM, Heikki Linnakangas <heikki.linnakangas@iki.fi> wrote:
Fix comment on B-tree insertion fastpath condition.

The comment earlier in the function correctly states "and the insertion
key is strictly greater than the first key in this page". That is what
we check here, not "greater than or equal".


This was part of the follow-on patch that I'd sent (which needs a little more adjustments based on Peter's feedback). But thanks for taking care of it anyways.

Thanks,
Pavan

--
 Pavan Deolasee                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix comment on B-tree insertion fastpath condition.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pgxs.mk to not try to build generated headers in externalbu