Skip to content

Commit aaf2d56

Browse files
author
Alexander Korotkov
committed
Move experimental features to separate branch.
1 parent bcdef9d commit aaf2d56

File tree

8 files changed

+2
-1610
lines changed

8 files changed

+2
-1610
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MODULE_big = pg_sphere
22
OBJS = sscan.o sparse.o sbuffer.o vector3d.o point.o \
33
euler.o circle.o line.o ellipse.o polygon.o \
44
path.o box.o output.o gq_cache.o gist.o key.o \
5-
crossmatch.o gnomo.o
5+
gnomo.o
66

77
EXTENSION = pg_sphere
88
DATA_built = pg_sphere--1.0.sql
@@ -18,7 +18,7 @@ CRUSH_TESTS = init_extended circle_extended
1818
PGS_SQL = pgs_types.sql pgs_point.sql pgs_euler.sql pgs_circle.sql \
1919
pgs_line.sql pgs_ellipse.sql pgs_polygon.sql pgs_path.sql \
2020
pgs_box.sql pgs_contains_ops.sql pgs_contains_ops_compat.sql \
21-
pgs_gist.sql pgs_crossmatch.sql gnomo.sql \
21+
pgs_gist.sql gnomo.sql \
2222

2323
ifdef USE_PGXS
2424
ifndef PG_CONFIG

0 commit comments

Comments
 (0)