Skip to content

Commit 2cbb5b0

Browse files
committed
Tweak upgrade script, just to be safe.
1 parent ef2553c commit 2cbb5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: upgrade_scripts/pg_sphere--1.3.1--1.3.2.sql.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COMMENT ON FUNCTION spoly(float8[]) IS
2828
'creates spoly from array of numbers in radians';
2929

3030
-- add PARALLEL SAFE to spoly_deg(float8[])
31-
ALTER FUNCTION spoly_deg(float8[]) PARALLEL SAFE;
31+
ALTER FUNCTION spoly_deg(float8[]) IMMUTABLE STRICT PARALLEL SAFE;
3232

3333
-- update comment on spoly_deg function
3434
COMMENT ON FUNCTION spoly_deg(float8[]) IS

0 commit comments

Comments
 (0)