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

From Tom Lane
Subject Re: Index trouble with 8.3b4
Date
Msg-id 16961.1200274999@sss.pgh.pa.us
Whole thread Raw
In response to Re: Index trouble with 8.3b4  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Index trouble with 8.3b4  (Hannes Dorbath <light@theendofthetunnel.de>)
Re: Index trouble with 8.3b4  (Hannes Dorbath <light@theendofthetunnel.de>)
List pgsql-hackers
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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Sean Utt"
Date:
Subject: Re: Postgresql Materialized views
Next
From: Andrew Dunstan
Date:
Subject: Re: Postgresql Materialized views