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

Commit65145e6

Browse files
committed
remove public SQL definition of crossmatch() function
1 parentac23cba commit65145e6

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.sqlpgs_crossmatch.sqlgnomo.sql\
21+
pgs_gist.sql gnomo.sql\
2222

2323
ifdefUSE_PGXS
2424
ifndef PG_CONFIG

‎crossmatch.c‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@
1212
* tuples in page is significant simple variation of line sweep algorithm is
1313
* used to compare index tuples inside pages.
1414
*
15-
* There are two versions of crossmatch function:
16-
* - crossmatch(text, text, float8)
17-
* - crossmatch(text, text, float8, sbox)
18-
* First two argument is names of GiST indexes of spoint2 opclass.
19-
* Third argument is threshold for crossmatch.
20-
* Forth optional argument is filter for tuples of first index. If this
21-
* argument gived then in first index only spoints inside given sbox will be
22-
* considered. Useful for parallel processing.
23-
* The result is set of tid pairs which points to matching heap tuples.
24-
*
2515
* Author: Alexander Korotkov <aekorotkov@gmail.com>
2616
*----------------------------------------------------------------------------
2717
*/

‎pgs_crossmatch.sql.in‎

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp