mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
This commit is contained in:
13
contrib/ltree/Makefile
Normal file
13
contrib/ltree/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
subdir = contrib/tree
|
||||
top_builddir = ../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
PG_CPPFLAGS = -DLOWER_NODE
|
||||
MODULE_big = ltree
|
||||
OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \
|
||||
ltxtquery_io.o ltxtquery_op.o ltree_gist.o _ltree_gist.o
|
||||
DATA_built = ltree.sql
|
||||
DOCS = README.ltree
|
||||
REGRESS = ltree
|
||||
|
||||
include $(top_srcdir)/contrib/contrib-global.mk
|
Reference in New Issue
Block a user