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

Commite7e1694

Browse files
committed
Migrate rtree_gist functionality into the core system, and add some
basic regression tests for GiST to the standard regression tests.I took the opportunity to add an rtree-equivalent gist opclass forcircles; the contrib version only covered boxes and polygons, butindexing circles is very handy for distance searches.
1 parent875efad commite7e1694

File tree

16 files changed

+1406
-24
lines changed

16 files changed

+1406
-24
lines changed

‎src/backend/access/gist/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
# Makefile for access/gist
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/access/gist/Makefile,v 1.14 2005/06/20 10:29:36 teodor Exp $
7+
# $PostgreSQL: pgsql/src/backend/access/gist/Makefile,v 1.15 2005/07/01 19:19:02 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
subdir = src/backend/access/gist
1212
top_builddir = ../../../..
1313
include$(top_builddir)/src/Makefile.global
1414

15-
OBJS = gist.o gistutil.o gistxlog.o gistvacuum.o gistget.o gistscan.o
15+
OBJS = gist.o gistutil.o gistxlog.o gistvacuum.o gistget.o gistscan.o\
16+
gistproc.o
1617

1718
all: SUBSYS.o
1819

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp