Fix outdated comment

The issue the comment is referring to was fixed by
08859bb5c2.
This commit is contained in:
Peter Eisentraut 2019-01-19 09:34:24 +01:00
parent 458a1244f1
commit 3bed67bed1
1 changed files with 0 additions and 5 deletions

View File

@ -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)