]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Improve the comments atop build_replindex_scan_key().
authorAmit Kapila <akapila@postgresql.org>
Mon, 5 Jan 2026 03:06:55 +0000 (03:06 +0000)
committerAmit Kapila <akapila@postgresql.org>
Mon, 5 Jan 2026 03:06:55 +0000 (03:06 +0000)
Author: zourenli <398740848@qq.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/tencent_C2DC8157CC05C8F5C36E12678A7864554809@qq.com

src/backend/executor/execReplication.c

index 8ad78366a863051c59f9044189e3acbfd530c651..173d2fe548d6016a40966058262ae7253ad76d55 100644 (file)
@@ -46,8 +46,8 @@ static bool tuples_equal(TupleTableSlot *slot1, TupleTableSlot *slot2,
  *
  * Returns how many columns to use for the index scan.
  *
- * This is not generic routine, idxrel must be PK, RI, or an index that can be
- * used for REPLICA IDENTITY FULL table. See FindUsableIndexForReplicaIdentityFull()
+ * This is not generic routine, idxrel must be PK, RI, or an index that can be
+ * used for REPLICA IDENTITY FULL table. See FindUsableIndexForReplicaIdentityFull()
  * for details.
  *
  * By definition, replication identity of a rel meets all limitations associated