postgresql/src/backend/postmaster
Alvaro Herrera a4d5872719 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>.
2007-06-08 21:21:28 +00:00
..
autovacuum.c Disallow the cost balancing code from resulting in a zero cost limit, which 2007-06-08 21:21:28 +00:00
bgwriter.c Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
fork_process.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
pgarch.c StrNCpy -> strlcpy (not complete) 2007-02-10 14:58:55 +00:00
pgstat.c Avoid losing track of data for shared tables in pgstats. Report by Michael 2007-06-07 18:53:17 +00:00
postmaster.c Allow the pgstat process to restart immediately after a receiving 2007-03-22 19:53:31 +00:00
syslogger.c Remove ill-conceived CRLF translation for Windows in syslogger. 2007-06-04 22:21:42 +00:00