Removed duplicated report_application_error

This commit is contained in:
dengxuyue 2021-03-17 21:09:37 +08:00
parent b3cd15c986
commit e0164f9573
2 changed files with 0 additions and 14 deletions

View File

@ -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')

View File

@ -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')