pgsql: Prevent core dump in contrib version of autovacuum when a table - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Prevent core dump in contrib version of autovacuum when a table
Date
Msg-id 20051020161439.89F73DA8D3@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Prevent core dump in contrib version of autovacuum when a table has been
dropped.  Per report from daveg (not his patch, though).

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/contrib/pg_autovacuum:
        pg_autovacuum.c (r1.27.4.4 -> r1.27.4.5)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.27.4.4&r2=1.27.4.5)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust not-too-sane calculation of DDD value for
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Prevent core dump in contrib version of autovacuum when a table