- Notifications
You must be signed in to change notification settings - Fork5
Commite664969
committed
Cause plpgsql to throw an error if "INTO rowtype_var" is followed by a comma.
Per bug #5352, this helps to provide a useful error message if the usertries to do something presently unsupported, namely use a rowtype variableas a member of a multiple-item INTO list.1 parent5600aac commite664969
1 file changed
+22
-1
lines changedLines changed: 22 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
2881 | 2881 |
| |
2882 | 2882 |
| |
2883 | 2883 |
| |
| 2884 | + | |
| 2885 | + | |
| 2886 | + | |
| 2887 | + | |
| 2888 | + | |
| 2889 | + | |
| 2890 | + | |
2884 | 2891 |
| |
2885 | 2892 |
| |
2886 | 2893 |
| |
2887 | 2894 |
| |
2888 | 2895 |
| |
2889 | 2896 |
| |
2890 | 2897 |
| |
| 2898 | + | |
| 2899 | + | |
| 2900 | + | |
| 2901 | + | |
| 2902 | + | |
| 2903 | + | |
| 2904 | + | |
2891 | 2905 |
| |
2892 | 2906 |
| |
2893 | 2907 |
| |
2894 | 2908 |
| |
2895 | 2909 |
| |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
| 2916 | + | |
2896 | 2917 |
| |
2897 | 2918 |
| |
2898 | 2919 |
| |
|
0 commit comments
Comments
(0)