forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit42f9427
committed
Update heap_page_prune() free space map comments.
It is up to the heap_page_prune() caller to decide what to do aboutupdating the FSM for a page following pruning. Update old comments thataddress what we might want to do as if it was the responsibility ofheap_page_prune() itself. heap_page_prune() doesn't have enoughhigh-level context to make a sensible choice.1 parenteb9baef commit42f9427
1 file changed
+8
-17
lines changedLines changed: 8 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
193 | 199 |
| |
194 | 200 |
| |
195 | 201 |
| |
196 | 202 |
| |
197 | 203 |
| |
198 | 204 |
| |
199 | 205 |
| |
200 |
| - | |
| 206 | + | |
| 207 | + | |
201 | 208 |
| |
202 | 209 |
| |
203 | 210 |
| |
| |||
382 | 389 |
| |
383 | 390 |
| |
384 | 391 |
| |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 | 392 |
| |
402 | 393 |
| |
403 | 394 |
| |
|
0 commit comments
Comments
(0)