File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -314,11 +314,6 @@ CREATE OR REPLACE FUNCTION @extschema@.partition_data(
314
314
OUT p_total BIGINT )
315
315
AS
316
316
$$
317
- DECLARE
318
- relname TEXT ;
319
- rec RECORD;
320
- cnt BIGINT := 0 ;
321
-
322
317
BEGIN
323
318
p_total := 0 ;
324
319
@@ -699,13 +694,13 @@ LANGUAGE C STRICT;
699
694
*/
700
695
CREATE OR REPLACE FUNCTION @extschema@.build_check_constraint_name(
701
696
partition_relid REGCLASS,
702
- attribute INT2)
697
+ attribute INT2)
703
698
RETURNS TEXT AS ' pg_pathman' , ' build_check_constraint_name_attnum'
704
699
LANGUAGE C STRICT;
705
700
706
701
CREATE OR REPLACE FUNCTION @extschema@.build_check_constraint_name(
707
702
partition_relid REGCLASS,
708
- attribute TEXT )
703
+ attribute TEXT )
709
704
RETURNS TEXT AS ' pg_pathman' , ' build_check_constraint_name_attname'
710
705
LANGUAGE C STRICT;
711
706
You can’t perform that action at this time.
0 commit comments