Обсуждение: pgsql-server/contrib/ltree README.ltree _ltree ...

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

pgsql-server/contrib/ltree README.ltree _ltree ...

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/02/18 22:50:09

Modified files:
    contrib/ltree  : README.ltree _ltree_gist.c _ltree_op.c
                     lquery_op.c ltree.h ltree.sql.in ltree_gist.c
    contrib/ltree/expected: ltree.out
    contrib/ltree/sql: ltree.sql

Log message:
    Please apply patches for contrib/ltree.

    ltree_73.patch.gz - for 7.3 :
    Fix ~ operation bug: eg '1.1.1' ~ '*.1'

    ltree_74.patch.gz - for current CVS
    Fix ~ operation bug: eg '1.1.1' ~ '*.1'
    Add ? operation
    Optimize index storage

    Last change needs drop/create all ltree indexes, so only for 7.4

    Teodor Sigaev