forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit63735ca
committed
Dept. of second thoughts: add comments cautioning against using
ReadOrZeroBuffer to fetch pages from beyond physical EOF. This wouldusually work, but would cause problems for md.c if writes occurredbeyond a segment boundary when the previous segment file hadn't beenfully extended.1 parent8c3cc86 commit63735ca
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
137 | 139 |
| |
138 | 140 |
| |
139 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
140 | 145 |
| |
141 | 146 |
| |
142 | 147 |
| |
|
0 commit comments
Comments
(0)