Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a12ad0

Browse files
committed
Fix typos.
Brandur Leach
1 parent64d4da5 commit9a12ad0

File tree

1 file changed

+3
-2
lines changed
  • src/backend/utils/adt

1 file changed

+3
-2
lines changed

‎src/backend/utils/adt/mac.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ macaddr_fast_cmp(Datum x, Datum y, SortSupport ssup)
398398

399399
/*
400400
* SortSupport abbreviated key comparison function. Compares two MAC addresses
401-
* quickly by treating them like integers, and without having to go the heap.
401+
* quickly by treating them like integers, and without having to go to the
402+
* heap.
402403
*/
403404
staticint
404405
macaddr_cmp_abbrev(Datumx,Datumy,SortSupportssup)
@@ -477,7 +478,7 @@ macaddr_abbrev_abort(int memtupcount, SortSupport ssup)
477478
}
478479

479480
/*
480-
* SortSupportconverstion routine. Converts original macaddr representation
481+
* SortSupportconversion routine. Converts original macaddr representation
481482
* to abbreviated key representation.
482483
*
483484
* Packs the bytes of a 6-byte MAC address into a Datum and treats it as an

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp