Skip to content

Conversation

hvlad
Copy link
Member

@hvlad hvlad commented Jul 27, 2023

No description provided.

@@ -300,6 +300,10 @@ int BACKUP_backup(const TEXT* dbb_file, const TEXT* file_name)
stmt->free(fbStatus);
}

if (tdgbl->gbl_sw_par_workers)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Braces for multi-line if, please.

@@ -10333,6 +10334,10 @@ bool restore(BurpGlobals* tdgbl, Firebird::IProvider* provider, const TEXT* file
*
**************************************/

if (tdgbl->gbl_sw_par_workers)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Braces for multi-line if, please.

@hvlad hvlad merged commit fc24dfa into master Jul 28, 2023
@hvlad hvlad deleted the work/gh-7682 branch July 28, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firebird 5 - use ParallelWorkers setting from firebird.conf as default for all parallelised operations
2 participants