diff -Nur liferea-1.8.0-original/src/db.c liferea-1.8.0/src/db.c --- liferea-1.8.0-original/src/db.c 2011-11-28 22:50:57.000000000 +0100 +++ liferea-1.8.0/src/db.c 2011-12-12 19:49:49.000000000 +0100 @@ -391,10 +391,10 @@ g_error ("Fatal: DB schema version not up-to-date! Running with --debug-db could give some hints about the problem!"); /* Vacuuming... */ - - debug_start_measurement (DEBUG_DB); - db_exec ("VACUUM;"); - debug_end_measurement (DEBUG_DB, "VACUUM"); + +// debug_start_measurement (DEBUG_DB); +// db_exec ("VACUUM;"); +// debug_end_measurement (DEBUG_DB, "VACUUM"); /* Schema creation */