- Notifications
You must be signed in to change notification settings - Fork5
Commit7cb2ff9
committed
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
MARKED_FOR_DEATH flags into one. We still need the ROLLED_BACK flag tomark transactions that are in the process of being rolled back. To beprecise, ROLLED_BACK now means that a transaction has already beendiscounted from the count of transactions with the oldest xmin, but notyet removed from the list of active transactions.Dan Ports1 parent31e8ab4 commit7cb2ff9
File tree
2 files changed
+30
-12
lines changed- src
- backend/storage/lmgr
- include/storage
2 files changed
+30
-12
lines changedLines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| 249 | + | |
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
| |||
3046 | 3047 |
| |
3047 | 3048 |
| |
3048 | 3049 |
| |
3049 |
| - | |
| 3050 | + | |
3050 | 3051 |
| |
3051 | 3052 |
| |
3052 | 3053 |
| |
| |||
3113 | 3114 |
| |
3114 | 3115 |
| |
3115 | 3116 |
| |
| 3117 | + | |
3116 | 3118 |
| |
3117 | 3119 |
| |
3118 | 3120 |
| |
| |||
3151 | 3153 |
| |
3152 | 3154 |
| |
3153 | 3155 |
| |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
3154 | 3169 |
| |
| 3170 | + | |
| 3171 | + | |
3155 | 3172 |
| |
3156 | 3173 |
| |
3157 | 3174 |
| |
| |||
3527 | 3544 |
| |
3528 | 3545 |
| |
3529 | 3546 |
| |
3530 |
| - | |
| 3547 | + | |
3531 | 3548 |
| |
3532 | 3549 |
| |
3533 | 3550 |
| |
|
Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
94 |
| - | |
95 |
| - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
108 | 109 |
| |
109 | 110 |
| |
110 | 111 |
| |
|
0 commit comments
Comments
(0)