Skip to content

Remove unnecessary "does not exist" expected error from PostgresReind…#1314

Merged
mrigger merged 1 commit intomainfrom
fix/remove-reindex-does-not-exist-error
Apr 5, 2026
Merged

Remove unnecessary "does not exist" expected error from PostgresReind…#1314
mrigger merged 1 commit intomainfrom
fix/remove-reindex-does-not-exist-error

Conversation

@mrigger
Copy link
Copy Markdown
Contributor

@mrigger mrigger commented Apr 5, 2026

…exGenerator

Following the REINDEX syntax fix in PR #1283 (89a48dd), the "does not exist" expected error is no longer needed. It was only masking the previous bug where multiple index names were concatenated without delimiters (e.g., REINDEX INDEX i0i1i2), causing PostgreSQL to report that the concatenated name does not exist. With the fix now selecting a single valid index, this error cannot legitimately occur since getIndexes() only returns indexes that exist in the schema.

…exGenerator

Following the REINDEX syntax fix in PR #1283 (89a48dd), the "does not
exist" expected error is no longer needed. It was only masking the
previous bug where multiple index names were concatenated without
delimiters (e.g., REINDEX INDEX i0i1i2), causing PostgreSQL to report
that the concatenated name does not exist. With the fix now selecting a
single valid index, this error cannot legitimately occur since
getIndexes() only returns indexes that exist in the schema.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@mrigger mrigger merged commit 7fcd1ce into main Apr 5, 2026
19 of 27 checks passed
@mrigger mrigger deleted the fix/remove-reindex-does-not-exist-error branch April 5, 2026 16:38
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