- Notifications
You must be signed in to change notification settings - Fork5
Commit28233ff
committed
Add another regression test cross-checking operator and function comments.
Add a query that lists all the functions that are operator implementationfunctions and have a SQL comment that doesn't just say "implementation ofXYZ operator". (Note that the preceding test checks that such functions'comments exactly match the corresponding operators' comments.)While it's not forbidden to add more functions to this list, that shouldonly be done when we're encouraging users to use either the function oroperator syntax for the functionality, which is a fairly rare situation.1 parent11829ff commit28233ff
2 files changed
+52
-6
lines changedLines changed: 30 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
679 | 679 |
| |
680 | 680 |
| |
681 | 681 |
| |
682 |
| - | |
683 |
| - | |
684 |
| - | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
685 | 687 |
| |
686 | 688 |
| |
687 | 689 |
| |
| |||
700 | 702 |
| |
701 | 703 |
| |
702 | 704 |
| |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
703 | 730 |
| |
704 | 731 |
| |
705 | 732 |
| |
|
Lines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
547 |
| - | |
548 |
| - | |
549 |
| - | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
550 | 552 |
| |
551 | 553 |
| |
552 | 554 |
| |
| |||
562 | 564 |
| |
563 | 565 |
| |
564 | 566 |
| |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
565 | 584 |
| |
566 | 585 |
| |
567 | 586 |
| |
|
0 commit comments
Comments
(0)