forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita54129e
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 parentc532be9 commita54129e
1 file changed
+1
-1
lines changed| 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)