forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit84317b0
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 parent6079e5d commit84317b0
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | | - | |
| 240 | + | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments
Comments
(0)