pgsql: Correct nbtsplitloc.c comment.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Correct nbtsplitloc.c comment.
Дата
Msg-id E1hn8dF-00040u-5f@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct nbtsplitloc.c comment.

The logic just added by commit e3899ffd falls back on a 50:50 page split
in the event of a new item that's just to the right of our provisional
"many duplicates" split point.  Fix a comment that incorrectly claimed
that the new item had to be just to the left of our provisional split
point.

Backpatch: 12-, just like commit e3899ffd.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bfdbac2ab3ef1a12a7de231552b128ed83ad00bb

Modified Files
--------------
src/backend/access/nbtree/nbtsplitloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Fix pathological nbtree split point choice issue.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Report the time taken by pgbench initialization steps.