Re: Small patch for GiST: move childoffnum to child - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Small patch for GiST: move childoffnum to child
Date
Msg-id CAPpHfduxaVYWi17WCP1Lca1x2vn8TwKP-aED6uTZA31ToQPnig@mail.gmail.com
Whole thread Raw
In response to Re: Small patch for GiST: move childoffnum to child  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
On Fri, Jul 15, 2011 at 1:27 PM, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
Ok, committed this now.
Thank you.
 
I decided to rename the childoffnum field to "downlinkoffnum". I figured it'd be dangerous that the field means something subtly different in different versions, if we need to backpatch bug fixes that use that field.
Yes, it seems very reasonable. 

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

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Small patch for GiST: move childoffnum to child
Next
From: Alexander Korotkov
Date:
Subject: Re: WIP: Fast GiST index build