On Wed, Jun 03, 2026 at 04:27:18PM +0900, Michael Paquier wrote:
> Hmm. How about?
> For each index in the target table, if a valid equivalent index
> already exists in the partition, it will be attached to the target
> table's index, as if ALTER INDEX ATTACH PARTITION had been executed;
> otherwise, a new corresponding index will be created. Invalid indexes
> on the partition are skipped.
Took me some time to get back to this one. I have reused my previous
wording, applied it down to v14.
--
Michael