forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit79b0bc1
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 parentd4b13fa commit79b0bc1
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 | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 |
| - | |
248 |
| - | |
| 247 | + | |
| 248 | + | |
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
|
0 commit comments
Comments
(0)