forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit78ab944
committed
Change mbbisearch to return the character range
Add a width field to mbinterval and have mbbisearch return apointer to the found range rather than just bool for success.A future commit will add another width besides zero, and thiswill allow that to use the same search.Reviewed by Jacob ChampionDiscussion:https://www.postgresql.org/message-id/CAFBsxsGOCpzV7c-f3a8ADsA1n4uZ%3D8puCctQp%2Bx7W0vgkv%3Dw%2Bg%40mail.gmail.com1 parenteb0d0d2 commit78ab944
File tree
3 files changed
+208
-203
lines changed- src
- common
- unicode
- include/common
3 files changed
+208
-203
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Lines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
585 | 585 |
| |
586 | 586 |
| |
587 | 587 |
| |
| 588 | + | |
588 | 589 |
| |
589 | 590 |
| |
590 | 591 |
| |
591 |
| - | |
| 592 | + | |
592 | 593 |
| |
593 | 594 |
| |
594 | 595 |
| |
595 | 596 |
| |
596 | 597 |
| |
597 | 598 |
| |
598 |
| - | |
| 599 | + | |
599 | 600 |
| |
600 | 601 |
| |
601 | 602 |
| |
| |||
604 | 605 |
| |
605 | 606 |
| |
606 | 607 |
| |
607 |
| - | |
| 608 | + | |
608 | 609 |
| |
609 | 610 |
| |
610 |
| - | |
| 611 | + | |
611 | 612 |
| |
612 | 613 |
| |
613 | 614 |
| |
| |||
646 | 647 |
| |
647 | 648 |
| |
648 | 649 |
| |
| 650 | + | |
| 651 | + | |
649 | 652 |
| |
650 | 653 |
| |
651 | 654 |
| |
652 | 655 |
| |
653 | 656 |
| |
654 | 657 |
| |
655 | 658 |
| |
656 |
| - | |
657 |
| - | |
658 |
| - | |
659 |
| - | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
660 | 665 |
| |
661 | 666 |
| |
662 | 667 |
| |
|
0 commit comments
Comments
(0)