Re: Intermittent regression test failure from index-only scans patch

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Intermittent regression test failure from index-only scans patch
Дата
Msg-id 60921B0F-2D8D-473C-90C5-56E3A6E0AC99@gmail.com
обсуждение исходный текст
Ответ на Intermittent regression test failure from index-only scans patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Intermittent regression test failure from index-only scans patch
Список pgsql-hackers
On Oct 8, 2011, at 11:04 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I'm inclined to fix this by changing the test to examine idx_tup_read
> not idx_tup_fetch.  Alternatively, we could have the test force
> enable_indexonlyscan off.  Thoughts?

No preference.

Should we have another counter for heap fetches avoided?  Seems like that could be useful to know.

...Robert

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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: libpq, PQdescribePrepared -> PQftype, PQfmod, no PQnullable
Следующее
От: Robert Haas
Дата:
Сообщение: Re: index-only scans