forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit69c32b8
committed
Fix fallback implementation for pg_atomic_test_set_flag().
The fallback implementation of pg_atomic_test_set_flag() that usesatomic-exchange gives pg_atomic_exchange_u32_impl() an extraargument. This issue has been present since the introduction ofthe atomics API in commitb64d92f.Reviewed-by: Andres FreundDiscussion:https://postgr.es/m/20231114035439.GA1809032%40nathanxps13Backpatch-through: 121 parent6a72c42 commit69c32b8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
0 commit comments
Comments
(0)