This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit a96fe0553c0f250feb16e6e1db787dcc41baa4f5 Author: reshke <[email protected]> AuthorDate: Sat Mar 8 19:13:32 2025 +0000 Resolve cherry-picks --- src/bin/pg_upgrade/function.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/pg_upgrade/function.c b/src/bin/pg_upgrade/function.c index b0c851689b..e68d751234 100644 --- a/src/bin/pg_upgrade/function.c +++ b/src/bin/pg_upgrade/function.c @@ -110,6 +110,8 @@ get_loadable_libraries(void) FirstNormalObjectId); if (PQntuples(res) > 0) { + /* XXX: should be unneeded for gpdb6->cloudberry case */ +#if 0 if (!found_public_plpython_handler) { pg_log(PG_WARNING, @@ -133,6 +135,7 @@ get_loadable_libraries(void) } pg_log(PG_WARNING, " %s\n", active_db->db_name); found_public_plpython_handler = true; +#endif } PQclear(res); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
