Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.
Дата
Msg-id 20080115223154.GL4473@alvh.no-ip.org
обсуждение исходный текст
Ответ на pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.  (tgl@postgresql.org (Tom Lane))
Ответы Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> Log Message:
> -----------
> Prevent CLUSTER from decreasing a relation's relfrozenxid.  Bug
> introduced in rewrite to make CLUSTER MVCC-safe.

Actually the bug is all mine, not Heikki's -- I changed this code so
that CLUSTER would be able to advance the relation's relfrozenxid.

Thanks for fixing it.

I don't think it explains the reported bug, though; this is all new in
8.3.

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

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Be less wishy-washy in the documentation and comments about
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.