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

Ability to avoid any DDLs while pgosc is in motion #15

Open
shayonj opened this issue Jan 30, 2022 · 0 comments
Open

Ability to avoid any DDLs while pgosc is in motion #15

shayonj opened this issue Jan 30, 2022 · 0 comments
Labels
enhancement New feature or request p3 post-launch

Comments

@shayonj
Copy link
Owner

shayonj commented Jan 30, 2022

When pgosc is copying, replaying, etc - no other process/transaction should be able to perform DDL on the primary table.

Can be achieved by holding a access share lock on the primary table, except during swap. Probably from separate connection (?)

@shayonj shayonj added enhancement New feature or request p3 labels Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p3 post-launch
Projects
None yet
Development

No branches or pull requests

1 participant