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

Started by Heikki Linnakangasover 19 years ago2 messagespatches
Jump to latest
#1Heikki Linnakangas
heikki.linnakangas@enterprisedb.com

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

#2Magnus Hagander
magnus@hagander.net
In reply to: Heikki Linnakangas (#1)
Re: Doc update for back-branches, CLUSTER and MVCC-safety

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