Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature #7682 : use ParallelWorkers setting from firebird.conf as default for all parallelised operations #7686

Merged
merged 3 commits into from
Jul 28, 2023

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