- Notifications
You must be signed in to change notification settings - Fork5k
Commit710796f
committed
Avoid unnecessary shared invalidations in ROLLBACK PREPARED
The performance gain is minimal, but this makes the logic moreconsistent with AtEOXact_Inval(). No other invalidation is needed inthis case as PREPARE takes already care of sending any local ones.Author: Liu HuailingReviewed-by: Tom Lane, Michael PaquierDiscussion:https://postgr.es/m/OSZPR01MB6215AA84D71EF2B3D354CF86BE139@OSZPR01MB6215.jpnprd01.prod.outlook.com1 parentc3928b4 commit710796f
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1520 | 1520 |
| |
1521 | 1521 |
| |
1522 | 1522 |
| |
1523 |
| - | |
| 1523 | + | |
| 1524 | + | |
1524 | 1525 |
| |
1525 |
| - | |
1526 |
| - | |
1527 |
| - | |
1528 |
| - | |
1529 |
| - | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
1530 | 1534 |
| |
1531 | 1535 |
| |
1532 | 1536 |
| |
|
0 commit comments
Comments
(0)