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

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Fix autovacuum to avoid leaving non-permanent Xids in
Date
Msg-id 20070114201830.A873B9FB256@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Preliminary 8.2 support.
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with