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 89b2510 typecast_vertex and typecast_edge functions volatility
changed from STABLE to IMMUTABLE (#425)
89b2510 is described below
commit 89b2510bc412c34360bb3780e76b42ab6cc97d2e
Author: Syed Umer Tariq <[email protected]>
AuthorDate: Wed Dec 28 19:34:54 2022 +0500
typecast_vertex and typecast_edge functions volatility changed from STABLE
to IMMUTABLE (#425)
---
age--1.1.0.sql | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/age--1.1.0.sql b/age--1.1.0.sql
index 829731d..b21b7d2 100644
--- a/age--1.1.0.sql
+++ b/age--1.1.0.sql
@@ -4008,14 +4008,14 @@ AS 'MODULE_PATHNAME';
CREATE FUNCTION ag_catalog.agtype_typecast_vertex(variadic "any")
RETURNS agtype
LANGUAGE c
-STABLE
+IMMUTABLE
PARALLEL SAFE
AS 'MODULE_PATHNAME';
CREATE FUNCTION ag_catalog.agtype_typecast_edge(variadic "any")
RETURNS agtype
LANGUAGE c
-STABLE
+IMMUTABLE
PARALLEL SAFE
AS 'MODULE_PATHNAME';