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