Preserve pg_index.indisreplident across REINDEX CONCURRENTLY

Michael Paquier <michael@paquier.xyz>

Commit: 75f14792408211f2ef6bf2dac31796a8a1ec3efb
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-06-05T01:29:27Z
Releases: 12.4
Preserve pg_index.indisreplident across REINDEX CONCURRENTLY

If the flag value is lost, logical decoding would work the same way as
REPLICA IDENTITY NOTHING, meaning that no old tuple values would be
included in the changes anymore produced by logical decoding.

Author: Michael Paquier
Reviewed-by: Euler Taveira
Discussion: https://postgr.es/m/20200603065340.GK89559@paquier.xyz
Backpatch-through: 12

Files

Discussion