[postgis-tickets] r16235 - Really fix syntax this time (I hope)
Sandro Santilli
strk at kbt.io
Tue Jan 9 09:17:28 PST 2018
Author: strk
Date: 2018-01-09 09:17:28 -0800 (Tue, 09 Jan 2018)
New Revision: 16235
Modified:
trunk/postgis/geography_brin.sql.in
trunk/postgis/postgis_brin.sql.in
Log:
Really fix syntax this time (I hope)
Modified: trunk/postgis/geography_brin.sql.in
===================================================================
--- trunk/postgis/geography_brin.sql.in 2018-01-09 17:03:16 UTC (rev 16234)
+++ trunk/postgis/geography_brin.sql.in 2018-01-09 17:17:28 UTC (rev 16235)
@@ -70,9 +70,9 @@
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
Modified: trunk/postgis/postgis_brin.sql.in
===================================================================
--- trunk/postgis/postgis_brin.sql.in 2018-01-09 17:03:16 UTC (rev 16234)
+++ trunk/postgis/postgis_brin.sql.in 2018-01-09 17:17:28 UTC (rev 16235)
@@ -221,7 +221,7 @@
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),
More information about the postgis-tickets
mailing list