forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb8eaa7b
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 parent83412c7 commitb8eaa7b
2 files changed
+6
-5
lines changedLines changed: 4 additions & 3 deletions
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 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 |
| - | |
236 |
| - | |
| 235 | + | |
| 236 | + | |
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
|
0 commit comments
Comments
(0)