We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924a9e5 commit ea57febCopy full SHA for ea57feb
pgs_polygon.sql.in
@@ -943,7 +943,7 @@ CREATE FUNCTION spoly(float8[])
943
RETURNS spoly
944
AS 'MODULE_PATHNAME', 'spherepoly_rad'
945
LANGUAGE 'c'
946
- IMMUTABLE STRICT;
+ IMMUTABLE STRICT PARALLEL SAFE;
947
948
COMMENT ON FUNCTION spoly(float8[]) IS
949
'creates spoly from array of numbers in radians';
@@ -952,7 +952,7 @@ CREATE FUNCTION spoly_deg(float8[])
952
953
AS 'MODULE_PATHNAME', 'spherepoly_deg'
954
955
956
957
COMMENT ON FUNCTION spoly_deg(float8[]) IS
958
'creates spoly from array of numbers in degrees';
0 commit comments