Skip to content

Commit

Permalink
Tweak upgrade script, just to be safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
esabol committed Nov 1, 2023
1 parent ef2553c commit 2cbb5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade_scripts/pg_sphere--1.3.1--1.3.2.sql.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COMMENT ON FUNCTION spoly(float8[]) IS
'creates spoly from array of numbers in radians';

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

-- update comment on spoly_deg function
COMMENT ON FUNCTION spoly_deg(float8[]) IS
Expand Down

0 comments on commit 2cbb5b0

Please sign in to comment.