Skip to content

fix: PG CDC will fail when it encounters a missing PK&UK table#478

Merged
caiq1nyu merged 2 commits intomainfrom
fix/pg_cdc_meet_nopkuk
Mar 23, 2026
Merged

fix: PG CDC will fail when it encounters a missing PK&UK table#478
caiq1nyu merged 2 commits intomainfrom
fix/pg_cdc_meet_nopkuk

Conversation

@caiq1nyu
Copy link
Copy Markdown
Collaborator

When CDC processing delete and update operations, if the program encounters a table without pk&uk, it will construct statements like delete xx limit 1 and update xx limit 1, which are not supported in PostgreSQL.

This PR will fix it.

@caiq1nyu caiq1nyu merged commit d21a8f1 into main Mar 23, 2026
2 checks passed
@caiq1nyu caiq1nyu deleted the fix/pg_cdc_meet_nopkuk branch March 23, 2026 03:50
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