Preserve pg_index.indisclustered across REINDEX CONCURRENTLY

Michael Paquier <michael@paquier.xyz>

Commit: d79fb88ac738e0854e84a6c9445babfa5b2504b0
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-03-03T01:12:28Z
Releases: 13.0
Preserve pg_index.indisclustered across REINDEX CONCURRENTLY

If the flag value is lost, a CLUSTER query following REINDEX
CONCURRENTLY could fail.  Non-concurrent REINDEX is already handling
this case consistently.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20200229024202.GH29456@telsasoft.com
Backpatch-through: 12

Files

Discussion