Two semicolons were accidentally added to rows which were already
terminated semicolons. While harmless, fix by removing these.
Author: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/CAMbWs4_fnJ0+yOgFioswzLE7t6R8P6cqbuacFVeZqbESFAjs1A@mail.gmail.com
}
else
{
- int deletepos = slot - n4->children;;
+ int deletepos = slot - n4->children;
Assert(deletepos >= 0);
Assert(n4->chunks[deletepos] == chunk);
TidStoreIterResult *iter_result;
int num_iter_tids = 0;
int num_lookup_tids = 0;
- BlockNumber prevblkno = 0;;
+ BlockNumber prevblkno = 0;
/* lookup each member in the verification array */
for (int i = 0; i < items.num_tids; i++)