Re: [HACKERS] Concurrent VACUUM: first results

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Concurrent VACUUM: first results
Дата
Msg-id 12358.943510641@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: [HACKERS] Concurrent VACUUM: first results  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы Re: [HACKERS] Concurrent VACUUM: first results  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
> CommitTransactionCommand() is executed at the end of vc_getrels()
> and vc_delhilowstats() is executed without StartTransactionCommand().

Oooh, good eye!  I wonder how long that bug's been there?

I'm still inclined to remove that call to vc_delhilowstats, because it
seems like a global delete of statistics can't help but be a problem.
But if we keep it, you're dead right: it has to be inside a transaction.
        regards, tom lane


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: [HACKERS] Concurrent VACUUM: first results
Следующее
От: Grzegorz Przeździecki
Дата:
Сообщение: Vacuum