Backpatch to pg12, which is as far as it goes without conflicts.
Author: James Coleman
Reviewed-by: "David G. Johnston"
Discussion: https://postgr.es/m/CAAaqYe9oEfbz7AxXq7OX+FFVi5w5p1e_Of8ON8ZnKO9QqBfmjg@mail.gmail.com
to remove an index.
+ Like any long-running transaction, CREATE INDEX on a
+ table can affect which tuples can be removed by concurrent
+ VACUUM on any other table.
+
+
Prior releases of
PostgreSQL also had an
R-tree index method. This method has been removed because
CONCURRENTLY cannot.
+ Like any long-running transaction, REINDEX on a table
+ can affect which tuples can be removed by concurrent
+ VACUUM on any other table.
+
+
REINDEX SYSTEM does not support
CONCURRENTLY since system catalogs cannot be reindexed