Method: (TRANSACTION-OLDER-P STANDARD-TRANSACTION STANDARD-TRANSACTION)

Source

(defmethod transaction-older-p ((a standard-transaction)
                                (b standard-transaction))
  (< (transaction-id a) (transaction-id b)))
Source Context