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

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix autovacuum to avoid leaving non-permanent Xids in
Date: 2007-01-14 20:18:30
Message-ID: 20070114201830.A873B9FB256@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-01-14 20:55:14 pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with
Previous Message Tom Lane 2007-01-14 19:38:33 Re: [COMMITTERS] pgsql: Add support for xmlval IS DOCUMENT expression.