mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix outdated comment
The issue the comment is referring to was fixed by 08859bb5c2cebc132629ca838113d27bb31b990c.
This commit is contained in:
parent
e14536f79e
commit
5279c8d097
@ -219,11 +219,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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user