Re: Bug in new buffering GiST build code

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug in new buffering GiST build code
Date: 2012-05-18 17:34:10
Message-ID: CAPpHfdua78-Sb+2t6sLLhb-pJeG++p9vYh4Z0W=U+eAWSrvYyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 18, 2012 at 8:27 PM, Heikki Linnakangas <
heikki(dot)linnakangas(at)enterprisedb(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua Berkus 2012-05-18 17:41:41 Re: Strange issues with 9.2 pg_basebackup & replication
Previous Message Heikki Linnakangas 2012-05-18 16:27:32 Bug in new buffering GiST build code