- Notifications
You must be signed in to change notification settings - Fork28
Commit5e926cb
committed
vacuum.c refactoring
. rename variables . cur_buffer -> dst_buffer . ToPage -> dst_page . cur_page -> dst_vacpage . move variable declarations into block where variable is used . various Asserts instead of elog(ERROR, ...) . extract functionality from repair_frag() into new routines . move_chain_tuple() . move_plain_tuple() . update_hint_bits() . create type ExecContext . add commentsManfred Koizar1 parentcd8b0fc commit5e926cb
1 file changed
+589
-436
lines changed0 commit comments
Comments
(0)