Re: [PATCHES] vacuum.c refactoring

2004-06-08 Thread Bruce Momjian
Patch applied. Thanks. --- Manfred Koizar wrote: . rename variables . cur_buffer - dst_buffer . ToPage - dst_page . cur_page - dst_vacpage . move variable declarations into block where variable

[PATCHES] vacuum.c refactoring

2004-06-03 Thread Manfred Koizar
. 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 .