Re: pgbench -f and vacuum

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: pgbench -f and vacuum
Дата
Msg-id CAHGQGwGW6cuSCYjAR+LJKpxVzg1s5nscK5Cz8N=qs-PfTb7oRw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgbench -f and vacuum  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: pgbench -f and vacuum  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
On Sun, Dec 14, 2014 at 11:43 AM, Tatsuo Ishii <ishii@postgresql.org> wrote:
>> If we care enough about that case to attempt the vacuum anyway then we
>> need to do something about the error message; either squelch it or
>> check for the existence of the tables before attempting to
>> vacuum. Since there's no way to squelch in the server logfile, I think
>> checking for the table is the right answer.
>
> Fair enough. I will come up with "checking for table before vacuum"
> approach.

+1 for this approach.

Regards,

-- 
Fujii Masao



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: .gitignore config.cache and comment about regression.(out|diff)
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: TABLESAMPLE patch