Re: pgsql/src/backend/commands (command.c vacuum.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/src/backend/commands (command.c vacuum.c)
Дата
Msg-id 11350.976377125@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: pgsql/src/backend/commands (command.c vacuum.c)  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-committers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
>> Special handling of TOAST relations during VACUUM. TOAST relations
>> are vacuumed while the lock on the master table is still active.

> It seems very dangerous to me.
> When VACUUM of a master table was finished, the transaction is
> in already committed state in many cases.

I don't see the problem.  If the toast table doesn't get vacuumed,
no real harm is done other than failing to recover space.

            regards, tom lane

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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: pgsql/src/backend/commands (command.c vacuum.c)
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/contrib/fulltextindex (TODO)