pg_autovacuum patch for 7.4.2 and HEAD

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема pg_autovacuum patch for 7.4.2 and HEAD
Дата
Msg-id 200403040222.29013.matthew@zeut.net
обсуждение исходный текст
Ответы Re: pg_autovacuum patch for 7.4.2 and HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Claudio Natoli
Дата:
Сообщение: canonicalize_path: initdb.c -> port/path.c
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: "ALSO" keyword to "CREATE RULE" patch