forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2f8b400

Richard Guo
Remove unused parameter in lookup_var_attr_stats
The parameter 'rel' in lookup_var_attr_stats was once used to draw anERROR when ANALYZE failed to acquire sufficient data to build extendedstatistics.bf2a691 changed the logic to raise a WARNING in thecaller instead. As a result, this parameter is no longer needed andcan be removed. Since this is a static function, we can always easilyreintroduce the parameter if it's ever needed in the future.Author: Ilia EvdokimovReviewed-by: Fabrízio de Royes MelloDiscussion:https://postgr.es/m/b3880f22-5808-4206-88d4-1553a81c3440@tantorlabs.com1 parentc758119 commit2f8b400
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
| |||
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 |
| - | |
| 296 | + | |
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
| |||
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
690 |
| - | |
| 690 | + | |
691 | 691 |
| |
692 | 692 |
| |
693 | 693 |
| |
|
0 commit comments
Comments
(0)