pgsql: Disallow the cost balancing code from resulting in a zero cost - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Disallow the cost balancing code from resulting in a zero cost
Date
Msg-id 20070608212128.A9F199FC035@postgresql.org
Whole thread Raw
List 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.l4V9E6JA094603@wwwmaster.postgresql.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)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Avoid passing zero as a value for vacuum_cost_limit, because it's
Next
From: eggyknap@pgfoundry.org (User Eggyknap)
Date:
Subject: pgsnmpd - pgsnmpd: Add more documentation