mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@@ -351,8 +351,8 @@ retry:
|
||||
if (s->in_use && strcmp(name, NameStr(s->data.name)) == 0)
|
||||
{
|
||||
/*
|
||||
* This is the slot we want. We don't know yet if it's active,
|
||||
* so get ready to sleep on it in case it is. (We may end up not
|
||||
* This is the slot we want. We don't know yet if it's active, so
|
||||
* get ready to sleep on it in case it is. (We may end up not
|
||||
* sleeping, but we don't want to do this while holding the
|
||||
* spinlock.)
|
||||
*/
|
||||
@@ -397,7 +397,7 @@ retry:
|
||||
goto retry;
|
||||
}
|
||||
else
|
||||
ConditionVariableCancelSleep(); /* no sleep needed after all */
|
||||
ConditionVariableCancelSleep(); /* no sleep needed after all */
|
||||
|
||||
/* Let everybody know we've modified this slot */
|
||||
ConditionVariableBroadcast(&slot->active_cv);
|
||||
|
Reference in New Issue
Block a user