We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8edcc commit 625173bCopy full SHA for 625173b
range.sql
@@ -88,7 +88,7 @@ CREATE OR REPLACE FUNCTION @extschema@.create_range_partitions(
88
RETURNS INTEGER AS
89
$$
90
DECLARE
91
- v_rows_count INTEGER;
+ v_rows_count BIGINT;
92
v_atttype REGTYPE;
93
v_max start_value%TYPE;
94
v_cur_value start_value%TYPE := start_value;
@@ -204,7 +204,7 @@ CREATE OR REPLACE FUNCTION @extschema@.create_range_partitions(
204
205
206
207
208
209
210
end_value start_value%TYPE;
0 commit comments