Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dCache
cta
Commits
1270ecbb
Commit
1270ecbb
authored
2 years ago
by
Joao Afonso
Browse files
Options
Downloads
Patches
Plain Diff
Preparing code for new IS_ACCESSIBLE column in TAPE_FILE table
parent
4b53af61
Branches
fix-changelog
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ReleaseNotes.md
+3
-1
3 additions, 1 deletion
ReleaseNotes.md
catalogue/PostgresCatalogue.cpp
+1
-1
1 addition, 1 deletion
catalogue/PostgresCatalogue.cpp
with
4 additions
and
2 deletions
ReleaseNotes.md
+
3
−
1
View file @
1270ecbb
...
...
@@ -2,7 +2,9 @@
## Summary
### Continuous Integration
-
cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.4
-
cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.4
### Catalogue Schema
-
cta/CTA#124 - Preparing code for new IS_ACCESSIBLE column in TAPE_FILE table
# v4.8.0-1
...
...
This diff is collapsed.
Click to expand it.
catalogue/PostgresCatalogue.cpp
+
1
−
1
View file @
1270ecbb
...
...
@@ -489,7 +489,7 @@ void PostgresCatalogue::filesWrittenToTape(const std::set<TapeItemWrittenPointer
const
char
*
const
sql
=
"CREATE TEMPORARY TABLE TEMP_TAPE_FILE_INSERTION_BATCH ("
"
\n
"
"LIKE TAPE_FILE
) "
"
\n
"
"LIKE TAPE_FILE
INCLUDING DEFAULTS) "
"
\n
"
"ON COMMIT DROP;"
"
\n
"
"COPY TEMP_TAPE_FILE_INSERTION_BATCH("
"
\n
"
"VID,"
"
\n
"
...
...
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