Skip to content

Commit

Permalink
add the join selectivity to the migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Koposov committed May 2, 2019
1 parent dd7e516 commit 02ec427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/q3c--1.6.0--1.7.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ CREATE OR REPLACE FUNCTION pgq3c_sel(internal, oid, internal, int4)
CREATE OPERATOR ==<<>>== (
LEFTARG = double precision, RIGHTARG = q3c_type,
PROCEDURE = pgq3c_oper,
RESTRICT = pgq3c_sel
RESTRICT = pgq3c_sel,
JOIN = q3c_seljoin
);

DROP FUNCTION q3c_radial_query(bigint,
Expand Down

0 comments on commit 02ec427

Please sign in to comment.