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 8f07805 Changed the volatility of String function age_tolower() (#421)
8f07805 is described below
commit 8f0780568496ded13ed027d12e0af8f6388e5e24
Author: Moontasir Mahmood <[email protected]>
AuthorDate: Wed Dec 28 20:33:52 2022 +0600
Changed the volatility of String function age_tolower() (#421)
---
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 1ca04bb..829731d 100644
--- a/age--1.1.0.sql
+++ b/age--1.1.0.sql
@@ -3567,7 +3567,7 @@ AS 'MODULE_PATHNAME';
CREATE FUNCTION ag_catalog.age_tolower(variadic "any")
RETURNS agtype
LANGUAGE c
-STABLE
+IMMUTABLE
RETURNS NULL ON NULL INPUT
PARALLEL SAFE
AS 'MODULE_PATHNAME';