Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 12, 2023
1 parent 40475fa commit 9a1a5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/q3c--2.0.0--2.0.1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CREATE OR REPLACE FUNCTION q3c_ipix2ang(ipix bigint)
CREATE OR REPLACE FUNCTION q3c_pixarea(ipix bigint, depth int)
RETURNS double precision
AS 'MODULE_PATHNAME', 'pgq3c_pixarea'
LANGUAGE C IMMUTABLE STRIC PARALLEL SAFET;
LANGUAGE C IMMUTABLE STRICT PARALLEL SAFET;


CREATE OR REPLACE FUNCTION q3c_dist(ra1 double precision, dec1 double precision,
Expand Down
2 changes: 1 addition & 1 deletion scripts/q3c--2.0.1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ COMMENT ON FUNCTION q3c_ipix2ang (bigint)
CREATE OR REPLACE FUNCTION q3c_pixarea(ipix bigint, depth int)
RETURNS double precision
AS 'MODULE_PATHNAME', 'pgq3c_pixarea'
LANGUAGE C IMMUTABLE STRIC PARALLEL SAFET;
LANGUAGE C IMMUTABLE STRICT PARALLEL SAFET;
COMMENT ON FUNCTION q3c_pixarea (bigint, int )
IS 'Function returning the area of the pixel containing ipix being located at certain depth in the quadtree';

Expand Down

0 comments on commit 9a1a5de

Please sign in to comment.