Preserve pg_index.indisreplident across REINDEX CONCURRENTLY

Michael Paquier <michael@paquier.xyz>

Commit: 1127f0e392c757fc4fbbeffd7d0202bb02670e9c
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-06-05T01:26:02Z
Releases: 13.0
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