Skip to content

CREATE INDEX CONCURRENTLY IF NOT EXISTS invalidates index #8338

@devony

Description

@devony

Citus 13.0.1, Postgres 17.2

Issuing CREATE INDEX CONCURRENTLY IF NOT EXISTS ix_name ... on a table where the index exists returns

relation "ix_name" already exists, skipping

but actually ends up invalidating the index. This happens on both local and distributed tables.

Expected behavior: Index stays valid

Metadata

Metadata

Assignees

Labels

needs-investigationto track issues that needs investigation, verification of reproduction steps etc.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions