Re: Intermittent regression test failure from index-only scans patch - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Intermittent regression test failure from index-only scans patch
Date
Msg-id 60921B0F-2D8D-473C-90C5-56E3A6E0AC99@gmail.com
Whole thread Raw
In response to Intermittent regression test failure from index-only scans patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Intermittent regression test failure from index-only scans patch
List 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 by date:

Previous
From: Christopher Browne
Date:
Subject: Re: libpq, PQdescribePrepared -> PQftype, PQfmod, no PQnullable
Next
From: Robert Haas
Date:
Subject: Re: index-only scans