Re: pg_autovacuum crashes when query fails for temp tables

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Jeff Boes <jboes(at)nexcerpt(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, matthew(at)zeut(dot)net
Subject: Re: pg_autovacuum crashes when query fails for temp tables
Date: 2004-04-21 01:58:44
Message-ID: 4085D554.9010802@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

> I looked into this and I see a number of cases where pg_autovacuum calls
> send_query(), but doesn't test for a NULL return from the function.
>
> Matthew, would you look into this and submit a patch? Thanks.

Does pg_autovacuum vacuum and analyze system catalog and TOAST tables
properly?

Chris

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Christopher Browne 2004-04-21 02:24:21 Re: pg_autovacuum crashes when query fails for temp
Previous Message Greg Sabino Mullane 2004-04-21 01:10:48 Re: self defined counter function

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2004-04-21 02:24:21 Re: pg_autovacuum crashes when query fails for temp
Previous Message Bruce Momjian 2004-04-21 01:55:02 Re: Reporting a security hole