Re: Bug in new buffering GiST build code - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Bug in new buffering GiST build code
Date
Msg-id CAPpHfdua78-Sb+2t6sLLhb-pJeG++p9vYh4Z0W=U+eAWSrvYyw@mail.gmail.com
Whole thread Raw
In response to Bug in new buffering GiST build code  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Bug in new buffering GiST build code
Re: Bug in new buffering GiST build code
List pgsql-hackers
On Fri, May 18, 2012 at 8:27 PM, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote: 
After fixing that, however, I'm now getting another error, much later in the build process:

ERROR:  failed to re-find parent for block 123002
STATEMENT:  create index i_gisttest on gisttest using gist (t collate "C") WITH (fillfactor=10);

I'll continue debugging that, but it seems to be another, unrelated, bug.
Thanks for debugging and fixing that. I'm going to take a look on the remaining bug.

------
With best regards,
Alexander Korotkov.

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Bug in new buffering GiST build code
Next
From: Joshua Berkus
Date:
Subject: Re: Strange issues with 9.2 pg_basebackup & replication