Обсуждение: Doc update for back-branches, CLUSTER and MVCC-safety

Поиск
Список
Период
Сортировка

Doc update for back-branches, CLUSTER and MVCC-safety

От
Heikki Linnakangas
Дата:
I posted a doc update a while ago to mention that CLUSTER isn't MVCC-safe:

http://archives.postgresql.org/pgsql-patches/2007-03/msg00137.php

CLUSTER is now MVCC-safe in CVS HEAD, but the documentation for older
releases should still be updated.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

Re: Doc update for back-branches, CLUSTER and MVCC-safety

От
Magnus Hagander
Дата:
Heikki Linnakangas wrote:
> I posted a doc update a while ago to mention that CLUSTER isn't MVCC-safe:
>
> http://archives.postgresql.org/pgsql-patches/2007-03/msg00137.php
>
> CLUSTER is now MVCC-safe in CVS HEAD, but the documentation for older
> releases should still be updated.
>
Applied to back-branches, thanks for the reminder.

//Magnus