forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit313cbdc
committed
Doc: Correct description of amcheck example query.
The amcheck documentation incorrectly claimed that its example queryverifies every catalog index in the database. In fact, the query onlyverifies the 10 largest indexes (as determined by pg_class.relpages).Adjust the description accordingly.Backpatch: 10-, where contrib/amcheck was introduced.1 parent1eee8d4 commit313cbdc
1 file changed
+9
-11
lines changedLines changed: 9 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
94 | 93 |
| |
95 | 94 |
| |
96 | 95 |
| |
| |||
292 | 291 |
| |
293 | 292 |
| |
294 | 293 |
| |
295 |
| - | |
296 |
| - | |
| 294 | + | |
297 | 295 |
| |
298 | 296 |
| |
299 | 297 |
| |
|
0 commit comments
Comments
(0)