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/28 14:33:34 UTC

[age] branch master updated: Changed the volatility of String function age_toupper() : from STABLE to IMMUTABLE (#420)

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 6cbcccf  Changed the volatility of String function age_toupper() : from STABLE to IMMUTABLE (#420)
6cbcccf is described below

commit 6cbcccfe21ee1274729db91ce3feca07cba7d7c7
Author: Moontasir Mahmood <53...@users.noreply.github.com>
AuthorDate: Wed Dec 28 20:33:28 2022 +0600

    Changed the volatility of String function age_toupper() : from STABLE to IMMUTABLE (#420)
---
 age--1.1.0.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/age--1.1.0.sql b/age--1.1.0.sql
index 5c9f624..1ca04bb 100644
--- a/age--1.1.0.sql
+++ b/age--1.1.0.sql
@@ -3559,7 +3559,7 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_toupper(variadic "any")
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 RETURNS NULL ON NULL INPUT
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';