Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haf
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
hive
haf
Merge requests
!257
query_supervisor configuration and parallel queries support and functionl test refactoring
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
query_supervisor configuration and parallel queries support and functionl test refactoring
mi_sql_breaker_tuples_limit_config
into
develop
Overview
2
Commits
9
Pipelines
12
Changes
45
All threads resolved!
Hide all comments
Merged
Marcin
requested to merge
mi_sql_breaker_tuples_limit_config
into
develop
2 years ago
Overview
2
Commits
9
Pipelines
12
Changes
16
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
version 3
version 11
b0b3b353
2 years ago
version 10
3afe8bd9
2 years ago
version 9
f916e40e
2 years ago
version 8
dd6adc7f
2 years ago
version 7
4c6480d0
2 years ago
version 6
22987caf
2 years ago
version 5
22fedc3d
2 years ago
version 4
fe5f6e0c
2 years ago
version 3
b07fb081
2 years ago
version 2
a6e0b7e8
2 years ago
version 1
7002ae63
2 years ago
develop (base)
and
version 4
latest version
ff800089
9 commits,
2 years ago
version 11
b0b3b353
9 commits,
2 years ago
version 10
3afe8bd9
9 commits,
2 years ago
version 9
f916e40e
8 commits,
2 years ago
version 8
dd6adc7f
6 commits,
2 years ago
version 7
4c6480d0
6 commits,
2 years ago
version 6
22987caf
6 commits,
2 years ago
version 5
22fedc3d
6 commits,
2 years ago
version 4
fe5f6e0c
5 commits,
2 years ago
version 3
b07fb081
3 commits,
2 years ago
version 2
a6e0b7e8
3 commits,
2 years ago
version 1
7002ae63
3 commits,
2 years ago
Show latest version
16 files
+
220
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
src/psql_utils/include/psql_utils/backend.h
+
1
−
1
Options
@@ -8,7 +8,7 @@ namespace PsqlTools::PsqlUtils {
class
Backend
{
public:
Backend
()
=
default
;
Backend
();
~
Backend
()
=
default
;
Oid
userOid
()
const
;
Loading