forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb295f66
committed
spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.
Once the counter goes negative we ended up with spinlocks that erroredout on first use (due to check in tas_sema).Author: Andres FreundReviewed-By: Robert HaasDiscussion:https://postgr.es/m/20200606023103.avzrctgv7476xj7i@alap3.anarazel.deBackpatch: 9.5-1 parent44a6a82 commitb295f66
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments
Comments
(0)