forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf85537a
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 parent2332020 commitf85537a
1 file changed
+8
-10
lines changedLines changed: 8 additions & 10 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 |
| |
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
91 | 90 |
| |
92 | 91 |
| |
93 | 92 |
| |
| |||
230 | 229 |
| |
231 | 230 |
| |
232 | 231 |
| |
233 |
| - | |
234 |
| - | |
| 232 | + | |
235 | 233 |
| |
236 | 234 |
| |
237 | 235 |
| |
|
0 commit comments
Comments
(0)