Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
98f383cc
Commit
98f383cc
authored
7 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
Task #10898: int -> bigint
parent
72647ae9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/ResourceAssignment/ResourceAssignmentDatabase/radb/sql/add_functions_and_triggers.sql
+1
-1
1 addition, 1 deletion
...ssignmentDatabase/radb/sql/add_functions_and_triggers.sql
with
1 addition
and
1 deletion
SAS/ResourceAssignment/ResourceAssignmentDatabase/radb/sql/add_functions_and_triggers.sql
+
1
−
1
View file @
98f383cc
...
...
@@ -485,7 +485,7 @@ $$
DECLARE
claimed_status_id
int
:
=
1
;
--beware: hard coded instead of lookup for performance
max_resource_usage
resource_allocation
.
resource_usage
;
max_resource_usage_value
int
;
max_resource_usage_value
big
int
;
available_capacity
bigint
;
BEGIN
SELECT
*
FROM
resource_allocation
.
get_max_resource_usage_between
(
_resource_id
,
claimed_status_id
,
_lower
,
_upper
)
INTO
max_resource_usage
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment