pg_autovacuum patch for 7.4.2 and HEAD - Mailing list pgsql-patches

From Matthew T. O'Connor
Subject pg_autovacuum patch for 7.4.2 and HEAD
Date
Msg-id 200403040222.29013.matthew@zeut.net
Whole thread Raw
Responses Re: pg_autovacuum patch for 7.4.2 and HEAD
List pgsql-patches
As reported by Cott Lang on 1/17
( http://archives.postgresql.org/pgsql-bugs/2004-01/msg00111.php )
pg_autovacuum.c has some problems with int overflow and not using appropriate
datatypes to track certain table values.  This patch attempts to fix all
these issues.  Someone should take a look and make sure its valid.

Matthew T. O'Connor

Attachment

pgsql-patches by date:

Previous
From: Claudio Natoli
Date:
Subject: canonicalize_path: initdb.c -> port/path.c
Next
From: Fabien COELHO
Date:
Subject: Re: "ALSO" keyword to "CREATE RULE" patch