Обсуждение: pgsql: Fix 'all at one page bug' in picksplit method of R-tree

Поиск
Список
Период
Сортировка

pgsql: Fix 'all at one page bug' in picksplit method of R-tree

От
teodor@postgresql.org (Teodor Sigaev)
Дата:
Log Message:
-----------
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
from buggy user-defined picksplit to GiST.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/contrib/rtree_gist:
        rtree_gist.c (r1.7 -> r1.7.4.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/rtree_gist/rtree_gist.c?r1=1.7&r2=1.7.4.1)
    pgsql/src/backend/access/gist:
        gist.c (r1.105.4.1 -> r1.105.4.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gist.c?r1=1.105.4.1&r2=1.105.4.2)