pgsql: Fix autovacuum to avoid leaving non-permanent Xids in

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Fix autovacuum to avoid leaving non-permanent Xids in
Дата
Msg-id 20070114201830.A873B9FB256@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix autovacuum to avoid leaving non-permanent Xids in non-connectable
databases.

Apply to the 8.1 branch only, as the new 8.2 (and HEAD) coding does not have
this problem.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.5.2.6 -> r1.5.2.7)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.5.2.6&r2=1.5.2.7)

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

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Preliminary 8.2 support.
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with