Preserve pg_index.indisreplident across REINDEX CONCURRENTLY
Michael Paquier <michael@paquier.xyz>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/index.c | modified | +4 −0 |
| src/test/regress/expected/create_index.out | modified | +21 −0 |
| src/test/regress/sql/create_index.sql | modified | +11 −0 |
Discussion
- REINDEX CONCURRENTLY and indisreplident 4 messages · 2020-06-03 → 2020-06-05