please find attached patch to current CVS ( contrib/ltree )
Bruce Momjian <bruce@momjian.us>
please find attached patch to current CVS ( contrib/ltree ) Changes: July 31, 2002 Now works on 64-bit platforms. Added function lca - lowest common ancestor Version for 7.2 is distributed as separate package - http://www.sai.msu.su/~megera/postgres/gist/ltree/ltree-7.2.tar.gz Oleg Bartunov
Files
| Path | Change | +/− |
|---|---|---|
| contrib/ltree/ltree.h | modified | +17 −16 |
| contrib/ltree/ltree_io.c | modified | +17 −16 |
| contrib/ltree/_ltree_op.c | modified | +26 −0 |
| contrib/ltree/ltree_op.c | modified | +78 −0 |
| contrib/ltree/ltree.sql.in | modified | +40 −0 |
| contrib/ltree/README.ltree | modified | +21 −6 |