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

Extend config check to assert for REPLICA IDENTITY on tables and drop index bug fix #89

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

shayonj
Copy link
Owner

@shayonj shayonj commented Jan 21, 2024

  • config check now performs an additional check to ensure all tables replicating (or about to be) have some form of replica identity setup. This way, if when the subscription starts, it doesn't fail hard if the one of the tables cannot be replicate. This usually involves having a PK, index or FULL REPLICA identity
  • Bug fix with drop indices when custom set of tables are passed
  • Refactor a bit of tables list is derived

… index bug fix

- config check now performs an additional check to ensure all tables
replicating (or about to be) have some form of replica identity setup.
This way, if when the subscription starts, it doesn't fail hard if the one of the tables
cannot be replicate. This usually involves having a PK, index or FULL REPLICA identity
- Bug fix with drop indices when custom set of tables are passed
- Refactor a bit of tables list is derived
@shayonj shayonj merged commit ab204be into main Jan 21, 2024
42 checks passed
@shayonj shayonj deleted the s/replica-identity branch January 21, 2024 22:02
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