- Notifications
You must be signed in to change notification settings - Fork5
Commitcbf6550
committed
Fix the number of lwlocks needed by the "fast path" lock patch. It needs
one lock per backend or auxiliary process - the need for a lock for eachaux processes was not accounted for in NumLWLocks(). No-one noticed,because the three locks needed for the three aux processes fit into thefew extra lwlocks we allocate for 3rd party modules that don't callRequestAddinLWLocks() (NUM_USER_DEFINED_LWLOCKS, 4 by default).1 parent051d1ba commitcbf6550
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
171 |
| - | |
| 170 | + | |
| 171 | + | |
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
|
0 commit comments
Comments
(0)