mirror of https://github.com/citusdata/citus.git
Merge pull request #4327 from citusdata/initializeVariable
Initialize entry variable as NULLpull/4325/head
commit
05390729f9
|
@ -200,7 +200,7 @@ cstore_init_write_state(RelFileNode relfilenode, TupleDesc tupdesc,
|
|||
void
|
||||
FlushWriteStateForRelfilenode(Oid relfilenode, SubTransactionId currentSubXid)
|
||||
{
|
||||
WriteStateMapEntry *entry;
|
||||
WriteStateMapEntry *entry = NULL;
|
||||
bool found = false;
|
||||
|
||||
if (WriteStateMap)
|
||||
|
|
Loading…
Reference in New Issue