diff --git a/src/include/catalog/upgrade_sql/open_gauss/upgrade_catalog_maindb/upgrade-post_catalog_maindb_92_200.sql b/src/include/catalog/upgrade_sql/open_gauss/upgrade_catalog_maindb/upgrade-post_catalog_maindb_92_200.sql index ca49b36a..b130812d 100644 --- a/src/include/catalog/upgrade_sql/open_gauss/upgrade_catalog_maindb/upgrade-post_catalog_maindb_92_200.sql +++ b/src/include/catalog/upgrade_sql/open_gauss/upgrade_catalog_maindb/upgrade-post_catalog_maindb_92_200.sql @@ -10810,13 +10810,6 @@ DECLARE END; $$LANGUAGE plpgsql NOT FENCED; -CREATE OR REPLACE FUNCTION report_application_error( - IN log text, - IN code integer default null -)RETURNS void -AS '$libdir/plpgsql','report_application_error' -LANGUAGE C VOLATILE NOT FENCED; - --Test distribute situation create or replace function table_skewness(table_name text, column_name text, OUT seqNum text, OUT Num text, OUT Ratio text, row_num text default '0') diff --git a/src/include/catalog/upgrade_sql/open_gauss/upgrade_catalog_otherdb/upgrade-post_catalog_otherdb_92_200.sql b/src/include/catalog/upgrade_sql/open_gauss/upgrade_catalog_otherdb/upgrade-post_catalog_otherdb_92_200.sql index ca49b36a..b130812d 100644 --- a/src/include/catalog/upgrade_sql/open_gauss/upgrade_catalog_otherdb/upgrade-post_catalog_otherdb_92_200.sql +++ b/src/include/catalog/upgrade_sql/open_gauss/upgrade_catalog_otherdb/upgrade-post_catalog_otherdb_92_200.sql @@ -10810,13 +10810,6 @@ DECLARE END; $$LANGUAGE plpgsql NOT FENCED; -CREATE OR REPLACE FUNCTION report_application_error( - IN log text, - IN code integer default null -)RETURNS void -AS '$libdir/plpgsql','report_application_error' -LANGUAGE C VOLATILE NOT FENCED; - --Test distribute situation create or replace function table_skewness(table_name text, column_name text, OUT seqNum text, OUT Num text, OUT Ratio text, row_num text default '0')