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

fixes pgx min connection count always being set to max count #1747

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

vroldanbet
Copy link
Contributor

the logic ignored teh provided opts.MinOpenConns and always defaulted to the max value provided.

It affects both Postgres and CockroachDB datastores.

the logic ignored teh provided `opts.MinOpenConns` and always
defaulted to the max value provided.

It affects both Postgres and CockroachDB datastores.
@vroldanbet vroldanbet requested a review from a team as a code owner February 19, 2024 10:57
@vroldanbet vroldanbet self-assigned this Feb 19, 2024
@github-actions github-actions bot added the area/datastore Affects the storage system label Feb 19, 2024
Copy link
Member

@josephschorr josephschorr left a comment

Choose a reason for hiding this comment

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

LGTM

@vroldanbet vroldanbet added this pull request to the merge queue Feb 19, 2024
Merged via the queue into main with commit 58fef87 Feb 19, 2024
20 checks passed
@vroldanbet vroldanbet deleted the fix-min-conn-pgx branch February 19, 2024 18:07
@github-actions github-actions bot locked and limited conversation to collaborators Feb 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/datastore Affects the storage system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants