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

Started by Nonamealmost 18 years ago3 messages
#1Noname
alvherre@postgresql.org

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.63D3.52131E4D@oss.ntt.co.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)

#2Devrim GÜNDÜZ
devrim@CommandPrompt.com
In reply to: Noname (#1)
Re: [COMMITTERS] pgsql: Fix vacuum so that autovacuum is really not cancelled when doing

Hi,

On Fri, 2008-03-14 at 17:26 +0000, Alvaro Herrera wrote:

-----------
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.63D3.52131E4D@oss.ntt.co.jp, though I didn't use his
patch.

Tags:
----
REL8_3_STABLE

Will this be in 8.3.1?

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

#3Alvaro Herrera
alvherre@CommandPrompt.com
In reply to: Devrim GÜNDÜZ (#2)
Re: [COMMITTERS] pgsql: Fix vacuum so that autovacuum is really not cancelled when doing

Devrim G�ND�Z wrote:

Hi,

On Fri, 2008-03-14 at 17:26 +0000, Alvaro Herrera wrote:

-----------
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.63D3.52131E4D@oss.ntt.co.jp, though I didn't use his
patch.

Will this be in 8.3.1?

I hope so -- it'll depend on exactly what Marc does to generate 8.3.1.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.