mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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 comments
Manfred Koizar
This commit is contained in:
parent
cd8b0fc5f1
commit
5e926cbb6b
1 changed files with 591 additions and 438 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue