This is an automated email from the ASF dual-hosted git repository.
mtaha pushed a commit to branch PG14
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/PG14 by this push:
new 41c08296 Add upgrade warning to RELEASE (#2249)
41c08296 is described below
commit 41c08296a4b692adf31ed9507a9a25dad6f9f67f
Author: John Gemignani <[email protected]>
AuthorDate: Wed Nov 19 13:19:37 2025 -0800
Add upgrade warning to RELEASE (#2249)
Added the warning about upgrading to the RELEASE file.
---
RELEASE | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/RELEASE b/RELEASE
index 56294c18..7f47ef62 100644
--- a/RELEASE
+++ b/RELEASE
@@ -17,6 +17,18 @@
Release Notes for Apache AGE release 1.6.0 for PostgreSQL version 14
+#
+# 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)