!4371 修复函数体存在类型依赖,调用函数时自动重编译失效的问题

Merge pull request !4371 from lukeman/master
This commit is contained in:
opengauss_bot
2023-11-06 07:10:18 +00:00
committed by Gitee
12 changed files with 262 additions and 67 deletions

View File

@ -143,5 +143,4 @@ extern void gsplsql_delete_unrefer_depend_obj_oid(Oid ref_obj_oid, bool skip_in_
extern bool gsplsql_check_type_depend_ast_equal(Relation obj_rel, Oid obj_oid, const char* equal_ast);
extern bool gsplsql_search_depend_obj_by_oid(Oid oid, GsDependObjDesc* obj_desc);
extern void gsplsql_remove_type_gs_dependency(const GsDependObjDesc* obj_desc);
#endif /* GS_DEPENDENCIES_FN_H */