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 CAPpHfds5p4U_hM16KBcM2XmC1s9cz2XxCTJEKC3XKTmESOr6+w@mail.gmail.com
Whole thread Raw
In response to Re: Small patch for GiST: move childoffnum to child  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Small patch for GiST: move childoffnum to child
Re: Small patch for GiST: move childoffnum to child
List pgsql-hackers
Thank you very much for detail explanation. But this line of modified patch seems strange for me:
*newchildoffnum = blkno;
I believe it should be:
*newchildoffnum = i;

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

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Need help understanding pg_locks
Next
From: Bruce Momjian
Date:
Subject: Re: Need help understanding pg_locks