remove double declaration of stripeMetadata (#20)

Compilers seem to behave differently with variable shadowing as both I and the marlin deployment have segfaults when querying a cstore table today, however, CI seem to not care :D

This removes a double declaration that was not caught in #10
merge-cstore-pykello
Nils Dijk 2020-10-08 19:07:18 +02:00 committed by GitHub
parent 434275d46b
commit 9b9b9e2cf0
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ CStoreReadNextRow(TableReadState *readState, Datum *columnValues, bool *columnNu
while (readState->stripeBuffers == NULL)
{
StripeBuffers *stripeBuffers = NULL;
StripeMetadata *stripeMetadata = NULL;
List *stripeMetadataList = readState->datafileMetadata->stripeMetadataList;
uint32 stripeCount = list_length(stripeMetadataList);