Please apply patches for contrib/ltree.
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/ltree/expected/ltree.out | modified | +214 −110 |
| contrib/ltree/lquery_op.c | modified | +68 −1 |
| contrib/ltree/_ltree_gist.c | modified | +24 −5 |
| contrib/ltree/ltree_gist.c | modified | +29 −1 |
| contrib/ltree/ltree.h | modified | +5 −1 |
| contrib/ltree/_ltree_op.c | modified | +38 −0 |
| contrib/ltree/ltree.sql.in | modified | +97 −0 |
| contrib/ltree/README.ltree | modified | +12 −2 |
| contrib/ltree/sql/ltree.sql | modified | +22 −8 |