Re: Potential problem with HOT and indexes?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Potential problem with HOT and indexes?
Дата
Msg-id 11275.1238169569@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Potential problem with HOT and indexes?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> We could reorganize the function slightly so that the IndexInfo is
> still available after the PG_TRY block, and then do something like
> "if (!indexInfo->ii_BrokenHotChain) reset indcheckxmin".  This would
> ensure that we didn't wipe the flag if index_build had just set it.
> If I'm wrong and this can never happen, no harm done.

Committed with that change.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 8.4 open items list
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Should SET ROLE inherit config params?