pgsql: Fix contrib/seg's GiST picksplit method.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix contrib/seg's GiST picksplit method.
Дата
Msg-id E1PT3Wh-000510-DL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix contrib/seg's GiST picksplit method.

This patch replaces Guttman's generalized split method with a simple
sort-by-center-points algorithm.  Since the data is only one-dimensional
we don't really need the slow and none-too-stable Guttman method.

This is in part a bug fix, since seg has the same size_alpha versus
size_beta typo that was recently fixed in contrib/cube.  It seems
prudent to apply this rather aggressive fix only in HEAD, though.
Back branches will just get the typo fix.

Alexander Korotkov, reviewed by Yeb Havinga

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2a6ebe70fb2f7ec97a08dc07214fe2ca571d2780

Modified Files
--------------
contrib/seg/seg.c |  194 +++++++++++++++++++++-------------------------------
1 files changed, 78 insertions(+), 116 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Some copy editing of pg_read_binary_file() patch.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix contrib/seg's GiST picksplit method.