You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/12/25 11:06:09 UTC

[age] branch master updated: Modified the Volatility Category of functions age_asin and age_acos from STABLE TO IMMUTABLE (#404)

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/master by this push:
     new caed340  Modified the Volatility Category of functions age_asin and age_acos from STABLE TO IMMUTABLE (#404)
caed340 is described below

commit caed3406659e35ff5de5b4715b4454c75ddf657f
Author: RC-002 <83...@users.noreply.github.com>
AuthorDate: Sun Dec 25 16:36:05 2022 +0530

    Modified the Volatility Category of functions age_asin and age_acos from STABLE TO IMMUTABLE (#404)
    
    * Modified the Volatility Category of functions age_asin and age_acos from STABLE to IMMUTABLE
    
    * Corrected the Volatility Category of functions age_asin and age_acos from STABLE TO IMMUTABLE
    
    Co-authored-by: RC-adaptive <ro...@adaptive.live>
---
 age--1.1.0.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/age--1.1.0.sql b/age--1.1.0.sql
index 1d00805..8b8d48a 100644
--- a/age--1.1.0.sql
+++ b/age--1.1.0.sql
@@ -3665,14 +3665,14 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_asin(variadic "any")
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';
 
 CREATE FUNCTION ag_catalog.age_acos(variadic "any")
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';