Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5279c8d

Browse files
committed
Fix outdated comment
The issue the comment is referring to was fixed by 08859bb.
1 parent e14536f commit 5279c8d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/backend/executor/execReplication.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,6 @@ RelationFindReplTupleByIndex(Relation rel, Oid idxoid,
219219

220220
/*
221221
* Compare the tuple and slot and check if they have equal values.
222-
*
223-
* We use binary datum comparison which might return false negatives but
224-
* that's the best we can do here as there may be multiple notions of
225-
* equality for the data types and table columns don't specify which one
226-
* to use.
227222
*/
228223
static bool
229224
tuple_equals_slot(TupleDesc desc, HeapTuple tup, TupleTableSlot *slot)

0 commit comments

Comments
 (0)