Skip to content

Commit 7cfd1dd

Browse files
committed
Fix outdated comment
The issue the comment is referring to was fixed by 08859bb.
1 parent 139e427 commit 7cfd1dd

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
@@ -213,11 +213,6 @@ RelationFindReplTupleByIndex(Relation rel, Oid idxoid,
213213

214214
/*
215215
* Compare the tuple and slot and check if they have equal values.
216-
*
217-
* We use binary datum comparison which might return false negatives but
218-
* that's the best we can do here as there may be multiple notions of
219-
* equality for the data types and table columns don't specify which one
220-
* to use.
221216
*/
222217
static bool
223218
tuple_equals_slot(TupleDesc desc, HeapTuple tup, TupleTableSlot *slot)

0 commit comments

Comments
 (0)