Re: CLUSTER FREEZE

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: CLUSTER FREEZE
Дата
Msg-id 20131024081804.GE823737@alap2.anarazel.de
обсуждение исходный текст
Ответ на CLUSTER FREEZE  (Thomas Munro <munro@ip9.org>)
Список pgsql-hackers
Hi,

On 2013-10-24 00:28:44 +0100, Thomas Munro wrote:
> I noticed that CLUSTER doesn't have a FREEZE option.  Here is a patch to
> add that, for consistency with VACUUM.  Is it useful?

I think you'd need to prevent that form from working on system catalogs
- xmin has a meaning there sometimes (e.g. indcheckxmin) at least.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: CLUSTER FREEZE
Следующее
От: Andres Freund
Дата:
Сообщение: Re: RULE regression test fragility?