forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4d4ca24
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 parentfd49d53 commit4d4ca24
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
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)