Bruce Momjian <[EMAIL PROTECTED]> writes:
>> - is compared to the total number of tuples inserted, updated, or deleted
>> + is compared to the total number of tuples inserted or updated
As best I can tell, this description is even further away from the
actual CVS HEAD behavior than the previous one. The code is comparing
against
anltuples = tabentry->n_live_tuples + tabentry->n_dead_tuples -
tabentry->last_anl_tuples;
and deletions surely increase n_dead_tuples.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate