Re: pg_autovacuum crashes when query fails for temp tables - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: pg_autovacuum crashes when query fails for temp tables
Date
Msg-id 4085D554.9010802@familyhealth.com.au
Whole thread Raw
In response to pg_autovacuum crashes when query fails for temp tables  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: pg_autovacuum crashes when query fails for temp tables
List 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



pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: pg_autovacuum crashes when query fails for temp tables
Next
From: Bruce Momjian
Date:
Subject: Re: Reporting a security hole