- Notifications
You must be signed in to change notification settings - Fork28
Commitf578093
committed
Try and silence spurious Coverity warning.
gset_data (aka gd) in planner.c is always non-null if and only ifparse->groupingSets is non-null, but Coverity doesn't know that andcomplains. Feed it an assertion to see if that keeps it happy.1 parent9fa6e08 commitf578093
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3362 | 3362 |
| |
3363 | 3363 |
| |
3364 | 3364 |
| |
| 3365 | + | |
| 3366 | + | |
3365 | 3367 |
| |
3366 | 3368 |
| |
3367 | 3369 |
| |
|
0 commit comments
Comments
(0)