Re: BUG #4410: Indexes not seen right away

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4410: Indexes not seen right away
Дата
Msg-id 16773.1220822311@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4410: Indexes not seen right away  ("Greg Sabino Mullane" <greg@endpoint.com>)
Ответы Re: BUG #4410: Indexes not seen right away  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-bugs
"Greg Sabino Mullane" <greg@endpoint.com> writes:
> I cannot reproduce, as this was on a production system and not seen again,
> but I created a simple index on a TEXT field, which was not chosen by the
> planner, even when seqscan was turned off. I analyzed the table, checked all
> the settings, etc. pg_index looked as it should. Eventually (~ 10 minutes
> later) the index as chosen - I don't know what might have triggered it to
> start appearing.

Does it have pg_index.indcheckxmin = true?  If so, see README.HOT.

            regards, tom lane

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: BUG #4410: Indexes not seen right away
Следующее
От: Tom Lane
Дата:
Сообщение: Re: non-deterministic error related to MIN/MAX optimization