vault backup: 2025-03-17 23:47:45
This commit is contained in:
parent
fa4369caf2
commit
a7967f1635
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ X.read_T(i) :=
|
|||
if ∃ Y ∈ read_set(T) s.t. t_dependT[Y] < lc(XX).depend[Y] then
|
||||
# significa che il valore di X che ho letto è stato influenzato
|
||||
# da una modifica di Y avvenuta dopo che T (questa trans.) ha letto Y
|
||||
# per cui significa che X è stato scritto dopo che T ha letto Y
|
||||
# da una trans. che ha scritto sia X che Y
|
||||
ABORT
|
||||
|
||||
∀ Y ∉ read_set(T) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue