Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cta
CTA
Commits
8e9d46f3
Commit
8e9d46f3
authored
Dec 01, 2022
by
Joao Afonso
Browse files
Test fix
parent
307933ff
Pipeline
#4838677
passed with stages
in 43 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
catalogue/PostgresCatalogue.cpp
View file @
8e9d46f3
...
...
@@ -482,7 +482,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
"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment