pgsql: Avoid crashing when a table is deleted while we're on the process - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Avoid crashing when a table is deleted while we're on the process
Date
Msg-id 20080717210242.00E25754A84@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Avoid crashing when a table is deleted while we're on the process of checking
it.  This is a stripped down version of the patch applied to HEAD.

Per report from Tom Lane based on buildfarm evidence.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.71.2.3 -> r1.71.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.71.2.3&r2=1.71.2.4)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Avoid crashing when a table is deleted while we're on the process
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Add MSVC++ debug libraries to .cvsignore.