On Thu, 25 Aug 2022 at 13:46, David Rowley <dgrowle...@gmail.com> wrote: > I've attached a patch which I think improves the code in > gistRelocateBuildBuffersOnSplit() so that there's no longer a shadowed > variable. I also benchmarked this method in a tight loop and can > measure no performance change from getting the loop index this way vs > the old way.
I've now pushed this patch too. David