forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef11051
committed
Fix definition of pg_statio_all_tables view
pg_statio_all_tables view appears to have a wrong grouping. As the resultnumbers of toast index blocks read and hit were multiplied to the number oftable indexes. This commit fixes the view definition.Backpatching this appears difficult. We don't have a mechanism to patch asystem catalog of existing instances in minor upgrade. We can write arelease notes instruction to do this manually. But per discussion this isprobably not so critical bug for doing such an intrusive fix.Reported-by: Andrei ZubkovDiscussion:https://postgr.es/m/CAPpHfdtMYkkNudLMG9G0dxX_B%3Dn5sfKzOyxxrvWYtSicaGW0Lw%40mail.gmail.com1 parentebf6de8 commitef11051
File tree
2 files changed
+7
-7
lines changed- src
- backend/catalog
- test/regress/expected
2 files changed
+7
-7
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
645 |
| - | |
646 |
| - | |
647 |
| - | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2216 | 2216 |
| |
2217 | 2217 |
| |
2218 | 2218 |
| |
2219 |
| - | |
2220 |
| - | |
| 2219 | + | |
| 2220 | + | |
2221 | 2221 |
| |
2222 | 2222 |
| |
2223 | 2223 |
| |
2224 | 2224 |
| |
2225 | 2225 |
| |
2226 | 2226 |
| |
2227 |
| - | |
| 2227 | + | |
2228 | 2228 |
| |
2229 | 2229 |
| |
2230 | 2230 |
| |
|
0 commit comments
Comments
(0)