File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/contrib/Makefile,v 1.9 2000/10/31 13:11:28 petere Exp $
1
+ # $Header: /cvsroot/pgsql/contrib/Makefile,v 1.10 2000/12/11 20:40:59 tgl Exp $
2
2
3
3
subdir = contrib
4
4
top_builddir = ..
5
5
include $(top_builddir ) /src/Makefile.global
6
6
7
7
WANTED_DIRS = array \
8
+ cube \
8
9
earthdistance \
9
10
findoidjoins \
10
11
fulltextindex \
@@ -18,6 +19,7 @@ WANTED_DIRS = array \
18
19
pg_dumplo \
19
20
pgbench \
20
21
pgcrypto \
22
+ seg \
21
23
soundex \
22
24
spi \
23
25
string \
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ array -
29
29
Array iterator functions
30
30
by Massimo Dal Zotto <dz@cs.unitn.it>
31
31
32
+ cube -
33
+ Multidimensional-cube datatype (GiST indexing example)
34
+ by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
35
+
32
36
earthdistance -
33
37
Operator for computing earth distance for two points
34
38
by Hal Snyder <hal@vailsys.com>
@@ -82,6 +86,10 @@ pgcrypto -
82
86
Cryptographic hash functions
83
87
by Marko Kreen <marko@l-t.ee>
84
88
89
+ seg -
90
+ Confidence-interval datatype (GiST indexing example)
91
+ by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
92
+
85
93
soundex -
86
94
Soundex function
87
95
You can’t perform that action at this time.
0 commit comments