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 | +32 −12 |
| contrib/ltree/lquery_op.c | modified | +23 −1 |
| contrib/ltree/README.ltree | modified | +2 −0 |