mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51:05 -04:00
Improve the comments atop build_replindex_scan_key().
Author: zourenli <398740848@qq.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://postgr.es/m/tencent_C2DC8157CC05C8F5C36E12678A7864554809@qq.com
This commit is contained in:
parent
8ab4b864c1
commit
3f906d3af9
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a generic routine, idxrel must be PK, RI, or an index that can be
|
||||
* used for a REPLICA IDENTITY FULL table. See FindUsableIndexForReplicaIdentityFull()
|
||||
* for details.
|
||||
*
|
||||
* By definition, replication identity of a rel meets all limitations associated
|
||||
|
|
|
|||
Loading…
Reference in a new issue