Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47d5c3d

Browse files
committed
Changes:
1 intarray: bugfix for int[]-int[] operation2 intarray: split _int.c to several files (_int.c now is unused)3 ntarray (gist__intbig_ops opclass): use special type for index storage4 ltree (gist__ltree_ops opclass), intarray (gist__intbig_ops): optimizeGiST'spenalty and picksplit interface functions, now use Hemming distance.Teodor Sigaev
1 parentd2e028b commit47d5c3d

File tree

6 files changed

+87
-2875
lines changed

6 files changed

+87
-2875
lines changed

‎contrib/intarray/Makefile

Lines changed: 3 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp