forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2cf9cf5
committed
Clarify use of "statistics objects" in the code
The code inconsistently used "statistic object" or "statistics" wherethe correct term, as discussed, is actually "statistics object". Thisimproves the state of the code to be more consistent.While on it, fix an incorrect error message introduced ina4d75c8. Thiserror should never happen, as the code states, but it would bemisleading.Author: Justin PryzbyReviewed-by: Álvaro Herrera, Michael PaquierDiscussion:https://postgr.es/m/20210924215827.GS831@telsasoft.comBackpatch-through: 141 parent2a27dba commit2cf9cf5
File tree
5 files changed
+44
-44
lines changed- src/backend
- commands
- parser
- statistics
- utils/adt
5 files changed
+44
-44
lines changedLines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
559 | 559 |
| |
560 | 560 |
| |
561 | 561 |
| |
562 |
| - | |
563 |
| - | |
564 |
| - | |
565 |
| - | |
566 |
| - | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
| |||
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
651 |
| - | |
652 |
| - | |
653 |
| - | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
654 | 654 |
| |
655 | 655 |
| |
656 | 656 |
| |
| |||
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
770 |
| - | |
| 770 | + | |
771 | 771 |
| |
772 | 772 |
| |
773 | 773 |
| |
| |||
814 | 814 |
| |
815 | 815 |
| |
816 | 816 |
| |
817 |
| - | |
818 |
| - | |
819 |
| - | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
| |||
868 | 868 |
| |
869 | 869 |
| |
870 | 870 |
| |
871 |
| - | |
872 |
| - | |
| 871 | + | |
| 872 | + | |
873 | 873 |
| |
874 | 874 |
| |
875 | 875 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12465 | 12465 |
| |
12466 | 12466 |
| |
12467 | 12467 |
| |
12468 |
| - | |
12469 |
| - | |
12470 |
| - | |
| 12468 | + | |
| 12469 | + | |
| 12470 | + | |
12471 | 12471 |
| |
12472 | 12472 |
| |
12473 | 12473 |
| |
12474 |
| - | |
| 12474 | + | |
12475 | 12475 |
| |
12476 | 12476 |
| |
12477 | 12477 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2893 | 2893 |
| |
2894 | 2894 |
| |
2895 | 2895 |
| |
2896 |
| - | |
| 2896 | + | |
2897 | 2897 |
| |
2898 | 2898 |
| |
2899 | 2899 |
| |
| |||
2949 | 2949 |
| |
2950 | 2950 |
| |
2951 | 2951 |
| |
2952 |
| - | |
| 2952 | + | |
2953 | 2953 |
| |
2954 | 2954 |
| |
2955 | 2955 |
| |
| |||
3616 | 3616 |
| |
3617 | 3617 |
| |
3618 | 3618 |
| |
3619 |
| - | |
| 3619 | + | |
3620 | 3620 |
| |
3621 | 3621 |
| |
3622 | 3622 |
| |
|
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
| 185 | + | |
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 |
| - | |
| 198 | + | |
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
261 |
| - | |
262 |
| - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
| |||
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
332 |
| - | |
333 |
| - | |
| 332 | + | |
| 333 | + | |
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
| |||
1789 | 1789 |
| |
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 |
| - | |
1793 |
| - | |
| 1792 | + | |
| 1793 | + | |
1794 | 1794 |
| |
1795 | 1795 |
| |
1796 | 1796 |
| |
|
Lines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3443 | 3443 |
| |
3444 | 3444 |
| |
3445 | 3445 |
| |
3446 |
| - | |
3447 |
| - | |
3448 |
| - | |
3449 |
| - | |
3450 |
| - | |
3451 |
| - | |
3452 |
| - | |
| 3446 | + | |
| 3447 | + | |
| 3448 | + | |
| 3449 | + | |
| 3450 | + | |
| 3451 | + | |
| 3452 | + | |
3453 | 3453 |
| |
3454 | 3454 |
| |
3455 | 3455 |
| |
| |||
3918 | 3918 |
| |
3919 | 3919 |
| |
3920 | 3920 |
| |
3921 |
| - | |
| 3921 | + | |
3922 | 3922 |
| |
3923 | 3923 |
| |
3924 | 3924 |
| |
| |||
3964 | 3964 |
| |
3965 | 3965 |
| |
3966 | 3966 |
| |
3967 |
| - | |
| 3967 | + | |
3968 | 3968 |
| |
3969 | 3969 |
| |
3970 | 3970 |
| |
| |||
4053 | 4053 |
| |
4054 | 4054 |
| |
4055 | 4055 |
| |
4056 |
| - | |
| 4056 | + | |
4057 | 4057 |
| |
4058 | 4058 |
| |
4059 | 4059 |
| |
| |||
4075 | 4075 |
| |
4076 | 4076 |
| |
4077 | 4077 |
| |
4078 |
| - | |
| 4078 | + | |
4079 | 4079 |
| |
4080 | 4080 |
| |
4081 | 4081 |
| |
| |||
5252 | 5252 |
| |
5253 | 5253 |
| |
5254 | 5254 |
| |
5255 |
| - | |
| 5255 | + | |
5256 | 5256 |
| |
5257 | 5257 |
| |
5258 | 5258 |
| |
| |||
5276 | 5276 |
| |
5277 | 5277 |
| |
5278 | 5278 |
| |
5279 |
| - | |
5280 |
| - | |
| 5279 | + | |
| 5280 | + | |
5281 | 5281 |
| |
5282 | 5282 |
| |
5283 | 5283 |
| |
|
0 commit comments
Comments
(0)