forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit78fdb1e
committed
Mark ParallelMessagePending as sig_atomic_t
ParallelMessagePending was previously marked as a boolean which shouldbe fine on modern platforms, but the C standard recommends the use ofsig_atomic_t for variables manipulated in signal handlers.Author: Hayato KurodaDiscussion:https://postgr.es/m/TYAPR01MB58667C15A95A234720F4F876F5529@TYAPR01MB5866.jpnprd01.prod.outlook.com1 parente1e6f8f commit78fdb1e
File tree
2 files changed
+2
-2
lines changed- src
- backend/access/transam
- include/access
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
0 commit comments
Comments
(0)