jrgemignani commented on code in PR #2213: URL: https://github.com/apache/age/pull/2213#discussion_r2320255037
########## RELEASE: ########## @@ -15,65 +15,101 @@ # specific language governing permissions and limitations # under the License. -Release Notes for Apache AGE release 1.5.0 for PostgreSQL version 16 +Release Notes for Apache AGE release 1.6.0 for master branch (currently PG17) -Apache AGE 1.5.0 - Release Notes +# +# 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. +# Review Comment: I'm not sure that we need to tell db users (with admin privs) to backup their dbs before operations like this. I feel like this is just common sense. Thoughts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
