Check invalid indexes in add_concurrent_index
Before silently skipping index creation in `add_concurrent_index`, check if the existing index is INVALID. If so, we should drop and re-add the index since the existing index can't be used.
Showing
Please register or sign in to comment