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 20080717210231.EB90D754A84@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.

Per report from Tom Lane based on buildfarm evidence.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.80 -> r1.81)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.80&r2=1.81)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add dump support for SortBy nodes.
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Avoid crashing when a table is deleted while we're on the process