forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7d835ff
committed
Fix documentation oversights about pageinspect and initialization fork.
The initialization fork was added in 9.1, but has not been taken intoconsideration in documents of get_raw_page function in pageinspect andstorage layout. This commit fixes those oversights.get_raw_page can read not only a table but also an index, etc. So itshould be documented that the function can read any relation. This commitalso fixes the document of pageinspect that way.Back-patch to 9.1 where those oversights existed.Vik Fearing, review by MauMau1 parent680513a commit7d835ff
2 files changed
+6
-5
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
269 |
| - | |
| 268 | + | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
|
0 commit comments
Comments
(0)