forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf86a895
committed
Further cleanup of ReorderBufferCommit().
On closer inspection, we can remove the "volatile" qualifier on"using_subtxn" so long as we initialize that before the PG_TRY block,which there's no particularly good reason not to do.Also, push the "change" variable inside the PG_TRY so as to removeall question of whether it needs "volatile", and remove uselessearly initializations of "snapshow_now" and "using_subtxn".1 parent138a5c4 commitf86a895
1 file changed
+17
-17
lines changedLines changed: 17 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1259 | 1259 |
| |
1260 | 1260 |
| |
1261 | 1261 |
| |
1262 |
| - | |
1263 |
| - | |
1264 |
| - | |
| 1262 | + | |
1265 | 1263 |
| |
1266 |
| - | |
1267 |
| - | |
| 1264 | + | |
| 1265 | + | |
1268 | 1266 |
| |
1269 | 1267 |
| |
1270 | 1268 |
| |
| |||
1302 | 1300 |
| |
1303 | 1301 |
| |
1304 | 1302 |
| |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
1305 | 1315 |
| |
1306 | 1316 |
| |
1307 |
| - | |
1308 |
| - | |
1309 |
| - | |
1310 |
| - | |
1311 |
| - | |
1312 |
| - | |
1313 |
| - | |
1314 |
| - | |
1315 |
| - | |
1316 |
| - | |
1317 |
| - | |
| 1317 | + | |
1318 | 1318 |
| |
1319 | 1319 |
| |
1320 | 1320 |
| |
| |||
1324 | 1324 |
| |
1325 | 1325 |
| |
1326 | 1326 |
| |
1327 |
| - | |
| 1327 | + | |
1328 | 1328 |
| |
1329 | 1329 |
| |
1330 | 1330 |
| |
|
0 commit comments
Comments
(0)