From 4e944fbf452441e52e8c3e8d821976c59a59f6cd Mon Sep 17 00:00:00 2001 From: roaldm153 Date: Thu, 11 Jun 2026 10:09:11 +0300 Subject: [PATCH 1/2] fix: try_convert.control --- contrib/try_convert/try_convert.control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/try_convert/try_convert.control b/contrib/try_convert/try_convert.control index f78c59a0ac8..f74e546a0b8 100644 --- a/contrib/try_convert/try_convert.control +++ b/contrib/try_convert/try_convert.control @@ -1,5 +1,6 @@ # try_convert extension comment = 'function for type cast' -default_version = '1.0' +default_version = '1.1' module_pathname = '$libdir/try_convert' relocatable = true +trusted = true From 5ad8be0214a62bd907eb702fd213912be1c81b9d Mon Sep 17 00:00:00 2001 From: roaldm153 Date: Thu, 11 Jun 2026 12:56:38 +0300 Subject: [PATCH 2/2] fix: default_version = 1.0 --- contrib/try_convert/try_convert.control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/try_convert/try_convert.control b/contrib/try_convert/try_convert.control index f74e546a0b8..022ba632784 100644 --- a/contrib/try_convert/try_convert.control +++ b/contrib/try_convert/try_convert.control @@ -1,6 +1,6 @@ # try_convert extension comment = 'function for type cast' -default_version = '1.1' +default_version = '1.0' module_pathname = '$libdir/try_convert' relocatable = true trusted = true