This is an automated email from the ASF dual-hosted git repository.
mtaha pushed a commit to branch PG15
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/PG15 by this push:
new fa1af8de Add upgrade warning to RELEASE (#2250)
fa1af8de is described below
commit fa1af8de99d74d32e131c19b62cf580d396eb0ae
Author: John Gemignani <[email protected]>
AuthorDate: Wed Nov 19 13:20:23 2025 -0800
Add upgrade warning to RELEASE (#2250)
Added the warning about upgrading to the RELEASE file.
---
RELEASE | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/RELEASE b/RELEASE
index 108facbb..94a4b3b6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -17,6 +17,18 @@
Release Notes for Apache AGE release 1.6.0 for PostgreSQL version 15
+#
+# WARNING!
+#
+# Since there are modifications to agtype gin operators, users who are
+# upgrading will need to drop the gin indexes before running the upgrade
+# script and recreate them afterwards.
+#
+# As always, please backup your database prior to any upgrade.
+#
+# WARNING!
+#
+
Apache AGE 1.6.0 - Release Notes
Fix issue 2205: left doesn't catch overflow (#2207)