• Bruce Momjian's avatar
    Minor patch on pgbench · 6152de97
    Bruce Momjian authored
    1. -i option should run vacuum analyze only on pgbench tables, not *all*
    tables in database.
    
    2. pre-run cleanup step was DELETE FROM HISTORY then VACUUM HISTORY.
    This is just a slow version of TRUNCATE HISTORY.
    
    Simon Riggs
    6152de97
pgbench.c 42 KB