- Notifications
You must be signed in to change notification settings - Fork15
Commitcd8da52
Markus Nullmeier
adapt custom crossmatch executor node to PostgreSQL 10
Due to changes in the executor of the upcoming PostgreSQL 10,the API changes for set returning expressions in commits69f4b9c85f168ae006929eec44fc44d569e846b9,ea15e18677fc2eff3135023e27f69ed8821554ed,and b8d7f053c5c2bf2a7e8734fe3327f6a8bc711755of the PostgreSQL git repository required some adaptionin init.c.For details, see the respective commits and especiallytheir commit messages, and also the discussion starting athttps://postgr.es/m/20160822214023.aaxz5l4igypowyri@alap3.anarazel.de1 parent3a900cc commitcd8da52
1 file changed
+28
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
651 | 655 | | |
652 | 656 | | |
653 | 657 | | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
654 | 666 | | |
655 | 667 | | |
656 | 668 | | |
| |||
659 | 671 | | |
660 | 672 | | |
661 | 673 | | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
662 | 677 | | |
| 678 | + | |
663 | 679 | | |
664 | 680 | | |
665 | 681 | | |
| |||
675 | 691 | | |
676 | 692 | | |
677 | 693 | | |
678 | | - | |
679 | 694 | | |
680 | 695 | | |
681 | 696 | | |
682 | 697 | | |
683 | 698 | | |
684 | | - | |
685 | | - | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
686 | 702 | | |
687 | 703 | | |
688 | 704 | | |
| 705 | + | |
689 | 706 | | |
690 | 707 | | |
691 | 708 | | |
692 | | - | |
| 709 | + | |
| 710 | + | |
693 | 711 | | |
694 | 712 | | |
695 | 713 | | |
| 714 | + | |
696 | 715 | | |
697 | 716 | | |
698 | 717 | | |
| 718 | + | |
699 | 719 | | |
700 | 720 | | |
701 | 721 | | |
702 | 722 | | |
703 | 723 | | |
704 | | - | |
| 724 | + | |
| 725 | + | |
705 | 726 | | |
706 | 727 | | |
707 | 728 | | |
| |||
723 | 744 | | |
724 | 745 | | |
725 | 746 | | |
| 747 | + | |
726 | 748 | | |
727 | 749 | | |
| 750 | + | |
728 | 751 | | |
729 | 752 | | |
730 | 753 | | |
| |||
0 commit comments
Comments
(0)