pgsql: Disallow the cost balancing code from resulting in a zero cost

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disallow the cost balancing code from resulting in a zero cost
Date: 2007-06-08 21:21:28
Message-ID: 20070608212128.A9F199FC035@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Disallow the cost balancing code from resulting in a zero cost limit, which
causes a division-by-zero error in the vacuum code. This can happen when there
are more workers than cost limit units.

Per report from Galy Lee in
<200705310914(dot)l4V9E6JA094603(at)wwwmaster(dot)postgresql(dot)org>.

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.48 -> r1.49)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.48&r2=1.49)

Browse pgsql-committers by date

  From Date Subject
Next Message User Eggyknap 2007-06-09 04:59:36 pgsnmpd - pgsnmpd: Add more documentation
Previous Message Alvaro Herrera 2007-06-08 21:09:49 pgsql: Avoid passing zero as a value for vacuum_cost_limit, because it's