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

Commit625173b

Browse files
committed
fix wrong variable type (v_rows_count)
1 parent0c8edcc commit625173b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎range.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CREATE OR REPLACE FUNCTION @extschema@.create_range_partitions(
8888
RETURNSINTEGERAS
8989
$$
9090
DECLARE
91-
v_rows_countINTEGER;
91+
v_rows_countBIGINT;
9292
v_atttypeREGTYPE;
9393
v_maxstart_value%TYPE;
9494
v_cur_valuestart_value%TYPE := start_value;
@@ -204,7 +204,7 @@ CREATE OR REPLACE FUNCTION @extschema@.create_range_partitions(
204204
RETURNSINTEGERAS
205205
$$
206206
DECLARE
207-
v_rows_countINTEGER;
207+
v_rows_countBIGINT;
208208
v_maxstart_value%TYPE;
209209
v_cur_valuestart_value%TYPE := start_value;
210210
end_valuestart_value%TYPE;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp