Re: Small patch for GiST: move childoffnum to child

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Small patch for GiST: move childoffnum to child
Date: 2011-05-30 12:55:59
Message-ID: 4DE393DF.9050108@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 24.05.2011 15:22, Alexander Korotkov wrote:
> During preparing patch of my GSoC project I found reasonable to
> move childoffnum (GISTInsertStack structure) from parent to child. This
> means that now child have childoffnum of parent's link to child. It allows
> to maintain entire parts of tree in that GISTInsertStack structures. Also it
> simplifies existing code a bit.
> Heikki advice me that since this change simplifies existing code it can be
> considered as a separate patch.

Looks good to me.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2011-05-30 13:17:02 [PATCH] Bug in XPATH() if expression returns a scalar value
Previous Message Magnus Hagander 2011-05-30 12:45:23 Re: Getting a bug tracker for the Postgres project