This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a commit to branch PG12
in repository https://gitbox.apache.org/repos/asf/age.git

commit cbd84c35dcb7143ae0e3d5f21e18d79dccf1f4ff
Author: Matheus Farias de Oliveira Matsumoto 
<[email protected]>
AuthorDate: Tue Dec 27 14:15:13 2022 -0300

    Changed age_head, age_last and age_properties to IMMUTABLE (#406)
    
    Co-authored-by: Matheus Matsumoto 
<[email protected]>
---
 age--1.1.1.sql | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/age--1.1.1.sql b/age--1.1.1.sql
index f20cf66..8a4c1a8 100644
--- a/age--1.1.1.sql
+++ b/age--1.1.1.sql
@@ -3437,7 +3437,7 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_head(agtype)
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 RETURNS NULL ON NULL INPUT
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';
@@ -3445,7 +3445,7 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_last(agtype)
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 RETURNS NULL ON NULL INPUT
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';
@@ -3453,7 +3453,7 @@ AS 'MODULE_PATHNAME';
 CREATE FUNCTION ag_catalog.age_properties(agtype)
 RETURNS agtype
 LANGUAGE c
-STABLE
+IMMUTABLE
 RETURNS NULL ON NULL INPUT
 PARALLEL SAFE
 AS 'MODULE_PATHNAME';

Reply via email to