Commit 3bed67be authored by Peter Eisentraut's avatar Peter Eisentraut

Fix outdated comment

The issue the comment is referring to was fixed by
08859bb5.
parent 458a1244
......@@ -224,11 +224,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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment