Re: Autovacuum improvements - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Autovacuum improvements
Date
Msg-id 200701142228.57485.peter_e@gmx.net
Whole thread Raw
In response to Re: Autovacuum improvements  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:
> Hmm, I can see having DROP DATABASE just stopping the autovacuum
> (since the work will be thrown away),

For that same reason DROP DATABASE could just cut all connections to the 
database.  Or at least queue up and wait until the session is over.  
(The latter would correspond to what DROP TABLE does on a table that is 
in use.)

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: -f option for pg_dumpall
Next
From: Peter Eisentraut
Date:
Subject: xml type and encodings