vault backup: 2025-03-17 23:32:45

This commit is contained in:
Marco Realacci 2025-03-17 23:32:45 +01:00
parent 6961a69e1e
commit e9ab5d526e

View file

@ -137,7 +137,8 @@ X.read_T(i) :=
t_depend_T[X] <- lc(XX).depend[X] t_depend_T[X] <- lc(XX).depend[X]
if ∃ Y ∈ read_set(T) s.t. t_dependT[Y] < lc(XX).depend[Y] then if ∃ Y ∈ read_set(T) s.t. t_dependT[Y] < lc(XX).depend[Y] then
# non ho capito in che caso si abortisce # abortisco se Y (che avevo letto in passato) nel frattempo
# è stato modificato!
ABORT ABORT
∀ Y ∉ read_set(T) do ∀ Y ∉ read_set(T) do