8000 remove public SQL definition of crossmatch() function · postgrespro/pgsphere@65145e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65145e6

Browse files
committed
remove public SQL definition of crossmatch() function
1 parent ac23cba commit 65145e6

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.sql pgs_crossmatch.sql gnomo.sql \
21+
pgs_gist.sql gnomo.sql \
2222

2323
ifdef USE_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)
0