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

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

commit 0c4a50eac4dd75521ce9f0a57ac46f97d32c62c4
Author: RC-002 <[email protected]>
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 <[email protected]>
---
 age--1.1.1.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/age--1.1.1.sql b/age--1.1.1.sql
index dbe9503..f20cf66 100644
--- a/age--1.1.1.sql
+++ b/age--1.1.1.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';
 

Reply via email to