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

Align global space dbOid with the backend #275

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dAdAbird
Copy link
Member

@dAdAbird dAdAbird commented Sep 3, 2024

PG backend uses InvalidOid as the database Oid for global space rel locators. So should we.
Otherwise, it can (and does) cause issues like
https://perconadev.atlassian.net/browse/PG-1000
In that case, the backend creates a temporary relation in the "global space" leading to a dbOid mismatch.

Fixes PG-1000

PG backend uses `InvalidOid` as the database Oid for global space rel
locators. So should we.
Otherwise, it can (and does) cause issues like
https://perconadev.atlassian.net/browse/PG-1000
In that case, the backend creates a temporary relation in the "global space"
leading to a dbOid mismatch.

Fixes PG-1000
@dAdAbird dAdAbird requested review from dutow and codeforall September 3, 2024 11:59
@dAdAbird dAdAbird merged commit 37630d6 into percona:main Sep 3, 2024
13 checks passed
@dAdAbird dAdAbird deleted the globalspc_oid branch September 3, 2024 13:17
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.

2 participants