diff options
| author | Bruce Momjian | 2003-06-11 18:44:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-06-11 18:44:15 +0000 |
| commit | 47d5c3d5e713439e5e0cfe3ad751786388905242 (patch) | |
| tree | d7a8b2ea4fbf07b8cf6a4a2ffcf359b4b8f979ac /contrib/intarray/Makefile | |
| parent | d2e028b1b03218707960b44843af94e311e8f368 (diff) | |
Changes:
1 intarray: bugfix for int[]-int[] operation
2 intarray: split _int.c to several files (_int.c now is unused)
3 ntarray (gist__intbig_ops opclass): use special type for index storage
4 ltree (gist__ltree_ops opclass), intarray (gist__intbig_ops): optimize
GiST's
penalty and picksplit interface functions, now use Hemming distance.
Teodor Sigaev
Diffstat (limited to 'contrib/intarray/Makefile')
| -rw-r--r-- | contrib/intarray/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/intarray/Makefile b/contrib/intarray/Makefile index 7cb06da2ac8..b7249a8b7c7 100644 --- a/contrib/intarray/Makefile +++ b/contrib/intarray/Makefile @@ -1,10 +1,11 @@ -# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.8 2001/09/06 10:49:29 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.9 2003/06/11 18:44:14 momjian Exp $ subdir = contrib/intarray top_builddir = ../.. include $(top_builddir)/src/Makefile.global -MODULES = _int +MODULE_big = _int +OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o DATA_built = _int.sql DOCS = README.intarray REGRESS = _int |
