8000
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 ef2553c commit 2cbb5b0Copy full SHA for 2cbb5b0
upgrade_scripts/pg_sphere--1.3.1--1.3.2.sql.in
@@ -28,7 +28,7 @@ COMMENT ON FUNCTION spoly(float8[]) IS
28
'creates spoly from array of numbers in radians';
29
30
-- add PARALLEL SAFE to spoly_deg(float8[])
31
-ALTER FUNCTION spoly_deg(float8[]) PARALLEL SAFE;
+ALTER FUNCTION spoly_deg(float8[]) IMMUTABLE STRICT PARALLEL SAFE;
32
33
-- update comment on spoly_deg function
34
COMMENT ON FUNCTION spoly_deg(float8[]) IS
0 commit comments