Closed
Description
I have a error
snip=# select create_range_partitions('snip', 'build_id', 1, 5);
ERROR: integer out of range
CONTEXT: PL/pgSQL function create_range_partitions(regclass,text,anyelement,anyelement,integer,boolean) line 27 at EXECUTE
I fink problem in this place v_rows_count declared as INTEGER, but count(*) can return bigint value.