forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5858cf8
committed
Fix header comment for bitncmp().
The result is an int less than, equal to, or greater than zero, in thestyle of memcmp (and, in fact, exactly the output of memcmp in some cases).This comment previously said -1, 1, or 0, which was an overspecification,as noted by Emre Hasegeli. All of the existing callers appear to be finewith the actual behavior, so just fix the comment.In passing, improve infelicitous formatting of some call sites.1 parent9929975 commit5858cf8
1 file changed
+9
-9
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
547 |
| - | |
548 |
| - | |
| 547 | + | |
| 548 | + | |
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
| |||
559 | 559 |
| |
560 | 560 |
| |
561 | 561 |
| |
562 |
| - | |
563 |
| - | |
| 562 | + | |
| 563 | + | |
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
577 |
| - | |
578 |
| - | |
| 577 | + | |
| 578 | + | |
579 | 579 |
| |
580 | 580 |
| |
581 | 581 |
| |
| |||
589 | 589 |
| |
590 | 590 |
| |
591 | 591 |
| |
592 |
| - | |
593 |
| - | |
| 592 | + | |
| 593 | + | |
594 | 594 |
| |
595 | 595 |
| |
596 | 596 |
| |
| |||
955 | 955 |
| |
956 | 956 |
| |
957 | 957 |
| |
958 |
| - | |
| 958 | + | |
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
|
0 commit comments
Comments
(0)