forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitac7e6a0
committed
Fix incorrectly reported stats kind in "can't happen" ERROR
The error message(s) were reporting the stats kind of 'f', which is notcorrect as that's for the "dependencies" statistics kind.Reported-by: Horst ReitererReviewed-by: Richard GuoDiscussion:https://postgr.es/m/18375-ba99383eb9062d6a@postgresql.orgBackpatch-through: 12, where MCV extended stats were added.1 parentb78f4d2 commitac7e6a0
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2467 | 2467 |
| |
2468 | 2468 |
| |
2469 | 2469 |
| |
2470 |
| - | |
| 2470 | + | |
2471 | 2471 |
| |
2472 | 2472 |
| |
2473 | 2473 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
576 | 576 |
| |
577 | 577 |
| |
578 | 578 |
| |
579 |
| - | |
| 579 | + | |
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
|
0 commit comments
Comments
(0)