forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit61cac71
committed
Remove unused totalrows parameter in compute_expr_stats
The totalrows parameter in compute_expr_stats is unused, so remove it.This is a static function, so the parameter can easily be added again ifit's ever needed.Author: Ilia Evdokimov <ilya.evdokimov@tantorlabs.ru>Discussion:https://postgr.es/m/667b92d2-f953-4fcb-9377-3765f5b94187@tantorlabs.com1 parent3f2d72b commit61cac71
1 file changed
+4
-8
lines changedLines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
93 |
| - | |
94 |
| - | |
| 92 | + | |
| 93 | + | |
95 | 94 |
| |
96 | 95 |
| |
97 | 96 |
| |
| |||
220 | 219 |
| |
221 | 220 |
| |
222 | 221 |
| |
223 |
| - | |
224 |
| - | |
225 |
| - | |
| 222 | + | |
226 | 223 |
| |
227 | 224 |
| |
228 | 225 |
| |
| |||
2107 | 2104 |
| |
2108 | 2105 |
| |
2109 | 2106 |
| |
2110 |
| - | |
2111 |
| - | |
| 2107 | + | |
2112 | 2108 |
| |
2113 | 2109 |
| |
2114 | 2110 |
| |
|
0 commit comments
Comments
(0)