Re: Fix for seg picksplit function - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Fix for seg picksplit function
Date
Msg-id AANLkTimYb_zRhX3AP2u0+K8wJEf751YP9-iZ6GVN_Jm5@mail.gmail.com
Whole thread Raw
In response to Re: Fix for seg picksplit function  (Yeb Havinga <yebhavinga@gmail.com>)
Responses Re: Fix for seg picksplit function
List pgsql-hackers
On Wed, Nov 10, 2010 at 5:37 PM, Yeb Havinga <yebhavinga@gmail.com> wrote:
They are necessary and it is code untouched by this patch, and the same line occurs in other picksplit functions as well. The gbt_num_picksplit function shows that it can be avoided, by rewriting in the second loop

*left++ = sortItems[i].index;
into
v->spl_left[v->spl_nleft] = sortItems[i].index

Even though this is longer code, I prefer this variant over the shorter one.
I can't understand this point. How the way of spl_left and spl_right arrays filling is related with additional FirstOffsetNumber value at the end of array, which is added by "*left = *right = FirstOffsetNumber;" line?

----
With best regards,
Alexander Korotkov. 

pgsql-hackers by date:

Previous
From: Yeb Havinga
Date:
Subject: Re: Fix for seg picksplit function
Next
From: Yeb Havinga
Date:
Subject: Re: Fix for seg picksplit function