Minor patch on pgbench
Bruce Momjian <bruce@momjian.us>
Minor patch on pgbench 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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgbench/pgbench.c | modified | +6 −4 |
| src/backend/utils/adt/formatting.c | modified | +1 −3 |