"Matthew T. O'Connor" <[EMAIL PROTECTED]> writes: > + if(operation == VACUUM_ANALYZE) > + update_table_thresholds(dbi, tbl, VACUUM_ANALYZE); > + else if(operation == VACUUM_ANALYZE) > + update_table_thresholds(dbi, tbl, ANALYZE_ONLY);
Surely that's not right ... are there any third cases here? Why
not just a one-liner
update_table_thresholds(dbi, tbl, operation);
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
