Re: Index trouble with 8.3b4 - Mailing list pgsql-hackers

From Hannes Dorbath
Subject Re: Index trouble with 8.3b4
Date
Msg-id 478BA311.6030909@theendofthetunnel.de
Whole thread Raw
In response to Re: Index trouble with 8.3b4  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> I wrote:
>> I think it's okay for CREATE INDEX CONCURRENTLY to use bulk-read access
>> strategy (that is, seqscan using a limited number of buffers), but it
>> has to be able to force the scan to start at page zero.
> 
> I've committed a patch to do that.  Please test CVS HEAD and see if you
> still see problems.

With some limited testing it seems both cases are indeed fixed. I was 
unable to reproduce either with current CVS HEAD. Though I'll run some 
further tests tomorrow to back that up.


Thanks for your time and prompt responses.


-- 
Best regards,
Hannes Dorbath


pgsql-hackers by date:

Previous
From: Ron Mayer
Date:
Subject: Re: Postgresql Materialized views
Next
From: Tom Lane
Date:
Subject: Re: scan.l: check_escape_warning()