robertmu opened a new pull request, #40: URL: https://github.com/apache/cloudberry-gpbackup/pull/40
In Cloudberry (based on PostgreSQL 14), CREATE LANGUAGE plpython3u is implemented as a wrapper around CREATE EXTENSION. This means the language cannot be dropped directly and requires dropping the extension instead. Updated plugin tests to use DROP EXTENSION IF EXISTS plpython3u for Cloudberry databases while maintaining backward compatibility with GPDB versions that use DROP PROCEDURAL LANGUAGE. This resolves test failures where Cloudberry would error with: "cannot drop language plpython3u because extension plpython3u requires it" -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org