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

Start extracting tenant knowledge from pgcon #8409

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mmastrac
Copy link
Contributor

@mmastrac mmastrac commented Feb 27, 2025

PGConnection currently knows a lot about tenants, but there's no good reason for it -- let's try to tease this out so it's more concerned with postgres rather than tenancy.

We'll split PGConnection into a protocol named PGConnection and a "raw" connection named PGConnectionRaw. The latter will only be used by the tenant code.

@mmastrac mmastrac changed the title Start extracting tenant knowledge from pgcon [wip] Start extracting tenant knowledge from pgcon Feb 28, 2025
@mmastrac mmastrac requested a review from msullivan February 28, 2025 00:38
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.

1 participant