Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Commit 89e46da5e allowed REPLICA IDENTITY FULL tables to use an index on the subscriber during apply of update/delete. This commit clarifies in the documentation that the leftmost field of candidate indexes must be a column (not an expression) that references the published relation column. The source code comments are also updated accordingly. Reviewed-by: Peter Smith, Amit Kapila Discussion: https://postgr.es/m/cad21aodjjffevufkxt27q5u8-uu9jhv4rrj9ke8zkc5upwh...@mail.gmail.com Backpatch-through: 16 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/fd48a86c6241b994ce67c8b53a918e6b42c8063c Modified Files -------------- doc/src/sgml/logical-replication.sgml | 12 ++++++------ src/backend/executor/execReplication.c | 6 +++--- src/backend/replication/logical/relation.c | 11 ++++------- 3 files changed, 13 insertions(+), 16 deletions(-)
