File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -197,18 +197,17 @@ heap_page_prune_opt(Relation relation, Buffer buffer)
197197 * array following array truncation by us.
198198 *
199199 * vistest is used to distinguish whether tuples are DEAD or RECENTLY_DEAD
200- * (see heap_prune_satisfies_vacuum and
201- * HeapTupleSatisfiesVacuum).
200+ * (see heap_prune_satisfies_vacuum).
202201 *
203- * mark_unused_now indicates whether or not dead items can be set LP_UNUSED during
204- * pruning.
205- *
206- * off_loc is the offset location required by the caller to use in error
207- * callback.
202+ * mark_unused_now indicates whether or not dead items can be set LP_UNUSED
203+ * during pruning.
208204 *
209205 * presult contains output parameters needed by callers such as the number of
210206 * tuples removed and the number of line pointers newly marked LP_DEAD.
211207 * heap_page_prune() is responsible for initializing it.
208+ *
209+ * off_loc is the offset location required by the caller to use in error
210+ * callback.
212211 */
213212void
214213heap_page_prune (Relation relation , Buffer buffer ,
You can’t perform that action at this time.
0 commit comments