Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit350edca

Browse files
committed
clean code in range.sql
1 parentf518cf5 commit350edca

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

‎init.sql

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,6 @@ CREATE OR REPLACE FUNCTION @extschema@.partition_data(
314314
OUT p_totalBIGINT)
315315
AS
316316
$$
317-
DECLARE
318-
relnameTEXT;
319-
recRECORD;
320-
cntBIGINT :=0;
321-
322317
BEGIN
323318
p_total :=0;
324319

@@ -699,13 +694,13 @@ LANGUAGE C STRICT;
699694
*/
700695
CREATEOR REPLACE FUNCTION @extschema@.build_check_constraint_name(
701696
partition_relidREGCLASS,
702-
attributeINT2)
697+
attributeINT2)
703698
RETURNSTEXTAS'pg_pathman','build_check_constraint_name_attnum'
704699
LANGUAGE C STRICT;
705700

706701
CREATEOR REPLACE FUNCTION @extschema@.build_check_constraint_name(
707702
partition_relidREGCLASS,
708-
attributeTEXT)
703+
attributeTEXT)
709704
RETURNSTEXTAS'pg_pathman','build_check_constraint_name_attname'
710705
LANGUAGE C STRICT;
711706

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp