git.postgresql.org Git - postgresql.git/commit
Tue, 8 Jun 2004 13:59:36 +0000 (13:59 +0000)
Tue, 8 Jun 2004 13:59:36 +0000 (13:59 +0000)
commit 5e926cbb6b82d6532ebdc1e4f6856a6a90d4f9fa
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 is the main PostgreSQL git repository.
RSS
Atom