Skip to content

Support reindexing unique indexes

Andreas Brandl requested to merge ab/reindexing-remove-pg12-flag into master

What does this MR do?

This removes the feature flag database_reindexing_pg12 to permanently enable the PG12 reindexing strategy based on REINDEX CONCURRENTLY. As such, this removes the old strategy and only cleans up code.

The feature flag and new strategy have been added with !64695 (merged).

Relates to #334372 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by Andreas Brandl

Merge request reports