Re: Bug in new buffering GiST build code

Alexander Korotkov <aekorotkov@gmail.com>

From: Alexander Korotkov <aekorotkov@gmail.com>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-05-18T17:34:10Z
Lists: 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.