Skip to content
Snippets Groups Projects
Commit 98f383cc authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #10898: int -> bigint

parent 72647ae9
No related branches found
No related tags found
No related merge requests found
...@@ -485,7 +485,7 @@ $$ ...@@ -485,7 +485,7 @@ $$
DECLARE DECLARE
claimed_status_id int := 1; --beware: hard coded instead of lookup for performance claimed_status_id int := 1; --beware: hard coded instead of lookup for performance
max_resource_usage resource_allocation.resource_usage; max_resource_usage resource_allocation.resource_usage;
max_resource_usage_value int; max_resource_usage_value bigint;
available_capacity bigint; available_capacity bigint;
BEGIN BEGIN
SELECT * FROM resource_allocation.get_max_resource_usage_between(_resource_id, claimed_status_id, _lower, _upper) INTO max_resource_usage; SELECT * FROM resource_allocation.get_max_resource_usage_between(_resource_id, claimed_status_id, _lower, _upper) INTO max_resource_usage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment