Re: Hot standby and GiST page splits (was Re: WIP: Fast GiST index build) - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Hot standby and GiST page splits (was Re: WIP: Fast GiST index build)
Date
Msg-id CA+U5nMLJA18=jUz_kuiEDkH6sjfY3bSH6=pvdbV3mC+327GSkQ@mail.gmail.com
Whole thread Raw
In response to Re: Hot standby and GiST page splits (was Re: WIP: Fast GiST index build)  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Hot standby and GiST page splits (was Re: WIP: Fast GiST index build)
List pgsql-hackers
On Mon, Aug 1, 2011 at 11:44 AM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:

>> Does the order of locking of the buffers matter? I'm sure it does.
>
> Yep.

Do you mean that the BlockNumbers are already in correct sequence, or
that you will be adding this code to redo?

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Hot standby and GiST page splits (was Re: WIP: Fast GiST index build)
Next
From: Florian Pflug
Date:
Subject: Re: Access to current database from C-language function