From 9292edbd93659f2649d5225d7d23ea0433cb2b38 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 9 Jan 2018 17:17:28 +0000 Subject: [PATCH] Really fix syntax this time (I hope) git-svn-id: http://svn.osgeo.org/postgis/trunk@16235 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography_brin.sql.in | 6 +++--- postgis/postgis_brin.sql.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/postgis/geography_brin.sql.in b/postgis/geography_brin.sql.in index 22aa76bff..c647e985b 100644 --- a/postgis/geography_brin.sql.in +++ b/postgis/geography_brin.sql.in @@ -70,9 +70,9 @@ CREATE OPERATOR CLASS brin_geography_inclusion_ops FUNCTION 3 brin_inclusion_consistent(internal, internal, internal), FUNCTION 4 brin_inclusion_union(internal, internal, internal), OPERATOR 3 &&(geography, geography), - OPERATOR 3 &&(geography, gidx), - OPERATOR 3 &&(gidx, geography), - OPERATOR 3 &&(gidx, gidx), + OPERATOR 3 &&(geography, gidx), + OPERATOR 3 &&(gidx, geography), + OPERATOR 3 &&(gidx, gidx), STORAGE gidx; #endif diff --git a/postgis/postgis_brin.sql.in b/postgis/postgis_brin.sql.in index 000842dda..4dbff17e5 100644 --- a/postgis/postgis_brin.sql.in +++ b/postgis/postgis_brin.sql.in @@ -221,7 +221,7 @@ CREATE OPERATOR CLASS brin_geometry_inclusion_ops_2d OPERATOR 7 ~(box2df, geometry), OPERATOR 7 ~(geometry, box2df), OPERATOR 7 ~(geometry, geometry), - OPERATOR 8 @(box2df, box2df); + OPERATOR 8 @(box2df, box2df), OPERATOR 8 @(box2df, geometry), OPERATOR 8 @(geometry, box2df), OPERATOR 8 @(geometry, geometry), -- 2.40.0