Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
Bruce Momjian <bruce@momjian.us>
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/ltree/crc32.c | added | +110 −0 |
| contrib/ltree/crc32.h | added | +10 −0 |
| contrib/ltree/data/_ltree.data | added | +1000 −0 |
| contrib/ltree/data/ltree.data | added | +1006 −0 |
| contrib/ltree/expected/ltree.out | added | +7371 −0 |
| contrib/ltree/lquery_op.c | added | +240 −0 |
| contrib/ltree/_ltree_gist.c | added | +549 −0 |
| contrib/ltree/ltree_gist.c | added | +600 −0 |
| contrib/ltree/ltree.h | added | +251 −0 |
| contrib/ltree/ltree_io.c | added | +433 −0 |
| contrib/ltree/_ltree_op.c | added | +212 −0 |
| contrib/ltree/ltree_op.c | added | +310 −0 |
| contrib/ltree/ltree.sql.in | added | +849 −0 |
| contrib/ltree/ltreetest.sql | added | +16 −0 |
| contrib/ltree/ltxtquery_io.c | added | +484 −0 |
| contrib/ltree/ltxtquery_op.c | added | +99 −0 |
| contrib/ltree/Makefile | added | +13 −0 |
| contrib/ltree/patch.72 | added | +71 −0 |
| contrib/ltree/README.ltree | added | +465 −0 |
| contrib/ltree/sql/ltree.sql | added | +238 −0 |
| contrib/Makefile | modified | +2 −1 |
| contrib/README | modified | +4 −0 |