Re: Status of autovacuum and the sporadic stats failures ?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Status of autovacuum and the sporadic stats failures ?
Дата
Msg-id 20070207194532.GE6152@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Status of autovacuum and the sporadic stats failures ?  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Status of autovacuum and the sporadic stats failures ?
Список pgsql-hackers
> Tom Lane wrote:

> > None of your use-cases require tracking multiple sets of stats within a
> > transaction, so I don't see why bother with that when we can just add a
> > "flush the stats" call.

FWIW I'm thinking that the corresponding code for handling the backends'
stats could be simplified, removing the hack that stores it in
TopTransactionContext, and just having a call to the stats flush
function in AbortTransaction and CommitTransaction.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Status of autovacuum and the sporadic stats failures ?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Status of autovacuum and the sporadic stats failures ?