diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c index 50d379489bcf358e763e18be28c51357895b9077..8e229f87c771975773ba7624514aeedf3b60b881 100644 --- a/src/backend/executor/execReplication.c +++ b/src/backend/executor/execReplication.c @@ -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)