Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 47d5c3d

Browse files
committed
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
1 parent d2e028b commit 47d5c3d

File tree

6 files changed

+87
-2875
lines changed

6 files changed

+87
-2875
lines changed

contrib/intarray/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.8 2001/09/06 10:49:29 petere Exp $
1+
# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.9 2003/06/11 18:44:14 momjian Exp $
22

33
subdir = contrib/intarray
44
top_builddir = ../..
55
include $(top_builddir)/src/Makefile.global
66

7-
MODULES = _int
7+
MODULE_big = _int
8+
OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o
89
DATA_built = _int.sql
910
DOCS = README.intarray
1011
REGRESS = _int

0 commit comments

Comments
 (0)