Re: HOT patch - version 14

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: HOT patch - version 14
Дата
Msg-id 46C9A228.7060202@enterprisedb.com
обсуждение исходный текст
Ответ на HOT patch - version 14  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: HOT patch - version 14  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Pavan Deolasee wrote:
> Please see the version 14 of HOT patch attached. I have also
> attached a differential patch from the last version posted. This
> now includes support for partial and expression indexes. As per
> the discussion, we collect all the index columns appearing in
> the partial index predicates and/or expression index expressions.
> If any of these columns are being updated, the update does not
> qualify for HOT update.

I see that you have a separate bitmapset to keep track of indexes on
system attributes. But having an index on a system attribute doesn't
make any sense, does it?

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

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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: HOT patch - version 14
Следующее
От: Andrew Chernow
Дата:
Сообщение: Patch to correct 64-bit money type in 8.3devel