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 28cdee7  string reverse change Stable to immutable (#419)
28cdee7 is described below

commit 28cdee7b77f4e418a5897f193e0e0ed66c9916e3
Author: Moontasir Mahmood <[email protected]>
AuthorDate: Wed Dec 28 20:32:57 2022 +0600

    string reverse change Stable to immutable (#419)
---
 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 3f785fa..5c9f624 100644
--- a/age--1.1.0.sql
+++ b/age--1.1.0.sql
@@ -3551,7 +3551,7 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_reverse(variadic "any")
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 RETURNS NULL ON NULL INPUT
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';

Reply via email to