Skip to content

fix: ignore RENAME INDEX clauses in ALTER TABLE converter - #253

Merged
bakwc merged 1 commit into
bakwc:masterfrom
saschabuehrle:fix/issue-252-rename-index
Mar 25, 2026
Merged

fix: ignore RENAME INDEX clauses in ALTER TABLE converter#253
bakwc merged 1 commit into
bakwc:masterfrom
saschabuehrle:fix/issue-252-rename-index

Conversation

@saschabuehrle

Copy link
Copy Markdown
Contributor

Fixes #252

RENAME INDEX ... TO ... was being routed through the RENAME COLUMN path, which raised on the expected token shape and stopped replication.

This keeps index/key rename operations as no-ops (same behavior as other index-only ALTER operations) and adds a regression test for that statement form.

Greetings, saschabuehrle

@bakwc
bakwc merged commit 1e556ca into bakwc:master Mar 25, 2026
1 check passed
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.

[BUG] Replication fails on ALTER TABLE RENAME INDEX statements

2 participants