- Notifications
You must be signed in to change notification settings - Fork28
Commitfd59b29
committed
Fix STRICT check for strict aggregates with NULL ORDER BY columns.
I (Andres) broke this unintentionally in69c3936, by checkingstrictness for all input expressions computed for an aggregate, ratherthan just the input for the aggregate transition function.Reported-By: Ondřej BoudaBisected-By: Tom LaneDiagnosed-By: Andrew GierthDiscussion:https://postgr.es/m/2a505161-2727-2473-7c46-591ed108ac52@email.czBackpatch: 11-, like69c39361 parentbf4a956 commitfd59b29
File tree
3 files changed
+23
-1
lines changed- src
- backend/executor
- test/regress
- expected
- sql
3 files changed
+23
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3028 | 3028 |
| |
3029 | 3029 |
| |
3030 | 3030 |
| |
3031 |
| - | |
| 3031 | + | |
3032 | 3032 |
| |
3033 | 3033 |
| |
3034 | 3034 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2101 | 2101 |
| |
2102 | 2102 |
| |
2103 | 2103 |
| |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + |
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
928 | 928 |
| |
929 | 929 |
| |
930 | 930 |
| |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + |
0 commit comments
Comments
(0)