Skip to content
Snippets Groups Projects
Commit bb7fe7fb authored by Nicola Jordan's avatar Nicola Jordan
Browse files

Merge branch 'hotfix/v3.11.3'

parents c5de21e2 5a0a45c8
Branches
Tags v3.11.3
No related merge requests found
......@@ -6,7 +6,7 @@ returns integer as $$
declare
pos_int integer;
begin
pos_int := coalesce(substring(txt, '([-]?[0-9]{1,19})')::int, 0);
pos_int := coalesce(substring(txt, '([-]?[0-9]{1,10})')::int, 0);
if pos_int <= 0 then
pos_int := null;
end if;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment