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

Refactor replica identity type and primary key column retrieval in Postgres #860

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

iskakaushik
Copy link
Contributor

This is to support USING INDEX replica identity types in Postgres. Treating the index columns as primary key columns for now as it is the fastest way for us to support replica identity index.

…stgreSQL connector

This is to support `USING INDEX` replica identity types in postgres.
Treating the index columns as primary key columns for now as it is the
fastest way for us to support replica identity index.
@iskakaushik iskakaushik force-pushed the support-replica-identity-index branch from 5b60ffd to 592acc8 Compare December 20, 2023 13:51
@iskakaushik iskakaushik requested a review from serprex December 20, 2023 13:57
@iskakaushik iskakaushik enabled auto-merge (squash) December 20, 2023 14:29
@iskakaushik iskakaushik merged commit 8e4e7ba into main Dec 20, 2023
7 checks passed
@serprex serprex deleted the support-replica-identity-index branch July 19, 2024 15:23
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