Skip to content
Snippets Groups Projects
Commit 7cfd1dd0 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix outdated comment

The issue the comment is referring to was fixed by
08859bb5.
parent 139e4274
No related branches found
No related tags found
No related merge requests found
......@@ -213,11 +213,6 @@ retry:
/*
* Compare the tuple and slot and check if they have equal values.
*
* We use binary datum comparison which might return false negatives but
* that's the best we can do here as there may be multiple notions of
* equality for the data types and table columns don't specify which one
* to use.
*/
static bool
tuple_equals_slot(TupleDesc desc, HeapTuple tup, TupleTableSlot *slot)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment