- Notifications
You must be signed in to change notification settings - Fork5
Commit80647bf
committed
Make oldSnapshotControl a pointer to a volatile structure
It was incorrectly declared as a volatile pointer to a non-volatilestructure. Eliminate the OldSnapshotControl struct definition; itis really not needed. Pointed out by Tom Lane.While at it, add OldSnapshotControlData to pgindent's list ofstructures.1 parentd8ed83c commit80647bf
2 files changed
+4
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
121 |
| - | |
122 |
| - | |
| 120 | + | |
123 | 121 |
| |
124 | 122 |
| |
125 | 123 |
| |
| |||
259 | 257 |
| |
260 | 258 |
| |
261 | 259 |
| |
262 |
| - | |
| 260 | + | |
263 | 261 |
| |
264 |
| - | |
| 262 | + | |
265 | 263 |
| |
266 | 264 |
| |
267 | 265 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1175 | 1175 |
| |
1176 | 1176 |
| |
1177 | 1177 |
| |
| 1178 | + | |
1178 | 1179 |
| |
1179 | 1180 |
| |
1180 | 1181 |
| |
|
0 commit comments
Comments
(0)