forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc70f9e8
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 parentbf007a2 commitc70f9e8
1 file changed
+17
-17
lines changedLines changed: 17 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1258 | 1258 |
| |
1259 | 1259 |
| |
1260 | 1260 |
| |
1261 |
| - | |
1262 |
| - | |
1263 |
| - | |
| 1261 | + | |
1264 | 1262 |
| |
1265 |
| - | |
1266 |
| - | |
| 1263 | + | |
| 1264 | + | |
1267 | 1265 |
| |
1268 | 1266 |
| |
1269 | 1267 |
| |
| |||
1301 | 1299 |
| |
1302 | 1300 |
| |
1303 | 1301 |
| |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
1304 | 1314 |
| |
1305 | 1315 |
| |
1306 |
| - | |
1307 |
| - | |
1308 |
| - | |
1309 |
| - | |
1310 |
| - | |
1311 |
| - | |
1312 |
| - | |
1313 |
| - | |
1314 |
| - | |
1315 |
| - | |
1316 |
| - | |
| 1316 | + | |
1317 | 1317 |
| |
1318 | 1318 |
| |
1319 | 1319 |
| |
| |||
1323 | 1323 |
| |
1324 | 1324 |
| |
1325 | 1325 |
| |
1326 |
| - | |
| 1326 | + | |
1327 | 1327 |
| |
1328 | 1328 |
| |
1329 | 1329 |
| |
|
0 commit comments
Comments
(0)