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/31 15:10:09 UTC

[age] branch master updated: Updated volatility information of function age_tointeger(),age_tostring(),age_size() (#434)

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 26ae7d9  Updated volatility information of function age_tointeger(),age_tostring(),age_size() (#434)
26ae7d9 is described below

commit 26ae7d94c40e14e9b878676bbcbb240ef6471afd
Author: Hrishikesh Mallick <65...@users.noreply.github.com>
AuthorDate: Sat Dec 31 20:40:04 2022 +0530

    Updated volatility information of function age_tointeger(),age_tostring(),age_size() (#434)
---
 age--1.1.0.sql | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/age--1.1.0.sql b/age--1.1.0.sql
index 73cfc05..a32d2b5 100644
--- a/age--1.1.0.sql
+++ b/age--1.1.0.sql
@@ -3501,7 +3501,7 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_tointeger(variadic "any")
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 RETURNS NULL ON NULL INPUT
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';
@@ -3509,7 +3509,7 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_tostring(variadic "any")
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 RETURNS NULL ON NULL INPUT
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';
@@ -3517,7 +3517,7 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_size(variadic "any")
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 RETURNS NULL ON NULL INPUT
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';