pgsql: Fix vacuum so that autovacuum is really not cancelled when doing

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix vacuum so that autovacuum is really not cancelled when doing
Date: 2008-03-14 17:26:01
Message-ID: 20080314172601.3D2A27558DC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Fix vacuum so that autovacuum is really not cancelled when doing an emergency
job (i.e. to prevent Xid wraparound problems.) Bug reported by ITAGAKI
Takahiro in 20080314103837(dot)63D3(dot)52131E4D(at)oss(dot)ntt(dot)co(dot)jp, though I didn't use his
patch.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/commands:
vacuum.c (r1.364 -> r1.364.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c?r1=1.364&r2=1.364.2.1)
pgsql/src/backend/postmaster:
autovacuum.c (r1.71.2.1 -> r1.71.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.71.2.1&r2=1.71.2.2)
pgsql/src/backend/tcop:
utility.c (r1.289 -> r1.289.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/utility.c?r1=1.289&r2=1.289.2.1)
pgsql/src/include/commands:
vacuum.h (r1.75 -> r1.75.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/vacuum.h?r1=1.75&r2=1.75.2.1)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-03-14 17:28:23 pgsql: Fix duplicate word, per Guillaume Lelarge.
Previous Message Alvaro Herrera 2008-03-14 17:25:59 pgsql: Fix vacuum so that autovacuum is really not cancelled when doing

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-03-14 17:26:25 Re: PROC_VACUUM_FOR_WRAPAROUND doesn't work expectedly
Previous Message Tom Lane 2008-03-14 17:21:48 Re: [DOCS] pg_total_relation_size() and CHECKPOINT