forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9f65aaa
committed
Remove unused argument "isSlice" from transformAssignmentSubscripts()
Sincec7aba7c, the transform method used during parse analysis of asubcripting construct has moved from transformAssignmentSubscripts() tothe per-type transform method (arrays or arbitrary types) the step thatchecks for slicing support, but transformAssignmentSubscripts() has kepttraces of it. Removing it simplifies the code, so let's clean up allthat.Author: Zhang MingliReviewed-by: Richard GuoDiscussion:https://postgr.es/m/0d7041ac-c704-48ad-86fd-e05feddf08ed@Spark1 parent035ce1f commit9f65aaa
1 file changed
+0
-9
lines changedLines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
| |||
697 | 696 |
| |
698 | 697 |
| |
699 | 698 |
| |
700 |
| - | |
701 | 699 |
| |
702 | 700 |
| |
703 | 701 |
| |
| |||
727 | 725 |
| |
728 | 726 |
| |
729 | 727 |
| |
730 |
| - | |
731 | 728 |
| |
732 |
| - | |
733 |
| - | |
734 |
| - | |
735 | 729 |
| |
736 | 730 |
| |
737 | 731 |
| |
| |||
763 | 757 |
| |
764 | 758 |
| |
765 | 759 |
| |
766 |
| - | |
767 | 760 |
| |
768 | 761 |
| |
769 | 762 |
| |
| |||
853 | 846 |
| |
854 | 847 |
| |
855 | 848 |
| |
856 |
| - | |
857 | 849 |
| |
858 | 850 |
| |
859 | 851 |
| |
| |||
907 | 899 |
| |
908 | 900 |
| |
909 | 901 |
| |
910 |
| - | |
911 | 902 |
| |
912 | 903 |
| |
913 | 904 |
| |
|
0 commit comments
Comments
(0)