pgsql: Prevent core dump in contrib version of autovacuum when a table

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent core dump in contrib version of autovacuum when a table
Date: 2005-10-20 16:14:48
Message-ID: 20051020161448.1F84FDA869@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/contrib/pg_autovacuum:
pg_autovacuum.c (r1.8.2.8 -> r1.8.2.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.8.2.8&r2=1.8.2.9)

Browse pgsql-committers by date

  From Date Subject
Next Message User Agoldshuv 2005-10-20 16:19:56 bizgres - bizgres: Updated version number to 2.0.12
Previous Message Tom Lane 2005-10-20 16:14:39 pgsql: Prevent core dump in contrib version of autovacuum when a table