Re: HOT + MVCC-safe cluster conflict fix

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: HOT + MVCC-safe cluster conflict fix
Дата
Msg-id 200704270221.l3R2L6Y26878@momjian.us
обсуждение исходный текст
Ответ на HOT + MVCC-safe cluster conflict fix  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------


Heikki Linnakangas wrote:
> Hi Pavan,
>
> Here's a little patch against CVS HEAD + NewHOT-v7.0.patch to fix the
> conflict between MVCC-safe cluster and HOT.
>
> index_getnext is modified to return all tuples in a HOT chain when
> called with SnapshotAny. Cluster will insert them all as normal cold
> updates.
>
> --
>    Heikki Linnakangas
>    EnterpriseDB   http://www.enterprisedb.com


>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: CREATE TABLE LIKE INCLUDING INDEXES support
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: actualised forgotten Magnus's patch for plpgsql MOVE statement