|
33 | 33 | typedef struct |
34 | 34 | { |
35 | 35 | /*------------------------------------------------------- |
36 | | - * Arguments passed to heap_page_and_freeze() |
| 36 | + * Arguments passed to heap_page_prune_and_freeze() |
37 | 37 | *------------------------------------------------------- |
38 | 38 | */ |
39 | 39 |
|
@@ -306,7 +306,7 @@ heap_page_prune_opt(Relation relation, Buffer buffer) |
306 | 306 | * If the HEAP_PRUNE_FREEZE option is set, we will also freeze tuples if it's |
307 | 307 | * required in order to advance relfrozenxid / relminmxid, or if it's |
308 | 308 | * considered advantageous for overall system performance to do so now. The |
309 | | - * 'cutoffs', 'presult', 'new_refrozen_xid' and 'new_relmin_mxid' arguments |
| 309 | + * 'cutoffs', 'presult', 'new_relfrozen_xid' and 'new_relmin_mxid' arguments |
310 | 310 | * are required when freezing. When HEAP_PRUNE_FREEZE option is set, we also |
311 | 311 | * set presult->all_visible and presult->all_frozen on exit, to indicate if |
312 | 312 | * the VM bits can be set. They are always set to false when the |
@@ -337,7 +337,7 @@ heap_page_prune_opt(Relation relation, Buffer buffer) |
337 | 337 | * off_loc is the offset location required by the caller to use in error |
338 | 338 | * callback. |
339 | 339 | * |
340 | | - * new_relfrozen_xid and new_relmin_xid must provided by the caller if the |
| 340 | + * new_relfrozen_xid and new_relmin_mxid must provided by the caller if the |
341 | 341 | * HEAP_PRUNE_FREEZE option is set. On entry, they contain the oldest XID and |
342 | 342 | * multi-XID seen on the relation so far. They will be updated with oldest |
343 | 343 | * values present on the page after pruning. After processing the whole |
|
0 commit comments