From e0164f9573162c12c096a85757c41e767f8d4e7f Mon Sep 17 00:00:00 2001 From: dengxuyue Date: Wed, 17 Mar 2021 21:09:37 +0800 Subject: [PATCH] Removed duplicated report_application_error --- .../upgrade-post_catalog_maindb_92_200.sql | 7 ------- .../upgrade-post_catalog_otherdb_92_200.sql | 7 ------- 2 files changed, 14 deletions(-) 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')