Skip to content

Commit 1dedbf2

Browse files
committed
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
1 parent 210e64f commit 1dedbf2

22 files changed

+14333
-1
lines changed

contrib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.33 2002/07/30 16:32:20 momjian Exp $
1+
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.34 2002/07/30 16:40:34 momjian Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -20,6 +20,7 @@ WANTED_DIRS = \
2020
intarray \
2121
isbn_issn \
2222
lo \
23+
ltree \
2324
miscutil \
2425
noupdate \
2526
oid2name \

contrib/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ lo -
9595
Large Object maintenance
9696
by Peter Mount <peter@retep.org.uk>
9797

98+
ltree -
99+
Tree-like data structures
100+
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov <oleg@sai.msu.su>
101+
98102
mSQL-interface -
99103
mSQL API translation library
100104
by Aldrin Leal <aldrin@americasnet.com>

contrib/ltree/Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
subdir = contrib/tree
2+
top_builddir = ../..
3+
include $(top_builddir)/src/Makefile.global
4+
5+
PG_CPPFLAGS = -DLOWER_NODE
6+
MODULE_big = ltree
7+
OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \
8+
ltxtquery_io.o ltxtquery_op.o ltree_gist.o _ltree_gist.o
9+
DATA_built = ltree.sql
10+
DOCS = README.ltree
11+
REGRESS = ltree
12+
13+
include $(top_srcdir)/contrib/contrib-global.mk

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy