We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent64d4da5 commit9a12ad0Copy full SHA for 9a12ad0
src/backend/utils/adt/mac.c
@@ -398,7 +398,8 @@ macaddr_fast_cmp(Datum x, Datum y, SortSupport ssup)
398
399
/*
400
* SortSupport abbreviated key comparison function. Compares two MAC addresses
401
- * quickly by treating them like integers, and without having to go the heap.
+ * quickly by treating them like integers, and without having to go to the
402
+ * heap.
403
*/
404
staticint
405
macaddr_cmp_abbrev(Datumx,Datumy,SortSupportssup)
@@ -477,7 +478,7 @@ macaddr_abbrev_abort(int memtupcount, SortSupport ssup)
477
478
}
479
480
- * SortSupportconverstion routine. Converts original macaddr representation
481
+ * SortSupportconversion routine. Converts original macaddr representation
482
* to abbreviated key representation.
483
*
484
* Packs the bytes of a 6-byte MAC address into a Datum and treats it as an