Re: Cancel autovacuum conflicting with DROP TABLE
От
ITAGAKI Takahiro
Тема
Re: Cancel autovacuum conflicting with DROP TABLE
Дата
Msg-id
20070622105344.6118.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Ответ на
Cancel autovacuum conflicting with DROP TABLE (ITAGAKI Takahiro)
Список
Дерево обсуждения
Cancel autovacuum conflicting with DROP TABLE ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Re: Cancel autovacuum conflicting with DROP TABLE ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Re: Cancel autovacuum conflicting with DROP TABLE Alvaro Herrera <alvherre@commandprompt.com>
Re: Cancel autovacuum conflicting with DROP TABLE ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Re: Cancel autovacuum conflicting with DROP TABLE Alvaro Herrera <alvherre@commandprompt.com>
ITAGAKI Takahiro wrote:
> Here is a patch that cancels autovacuum workers conflicting with
> DROP TABLE, TRUNCATE and CLUSTER. It was discussed here:
> http://archives.postgresql.org/pgsql-hackers/2007-06/msg00556.php
I made an adjustment for the latest 'more autovacuum fixes' patch.
http://archives.postgresql.org/pgsql-patches/2007-06/msg00217.php
Now, autovacuum workers handles ProcDie signals using ERROR
instead of FATAL. The exception is caught by the worker and
converted to the following logs.
SIGINT -- Cancel the current job.
LOG: autovacuum on ..В списке pgsql-patches по дате отправления