Prevent use of uninitialized variable
Per buildfarm member longfin.
This commit is contained in:
parent
11074f26bc
commit
e8abf97af7
@ -880,6 +880,7 @@ WaitForLockersMultiple(List *locktags, LOCKMODE lockmode, bool progress)
|
|||||||
holders = lappend(holders,
|
holders = lappend(holders,
|
||||||
GetLockConflicts(locktag, lockmode,
|
GetLockConflicts(locktag, lockmode,
|
||||||
progress ? &count : NULL));
|
progress ? &count : NULL));
|
||||||
|
if (progress)
|
||||||
total += count;
|
total += count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user