HomeFreeBSD

devel/lfcbase: 1.8.4 -> 1.8.5

Description

devel/lfcbase: 1.8.4 -> 1.8.5
databases/cego: 2.30.14 -> 2.30.15

lfcbase:

  • Added statlock mutex in ThreadLock class for protecting statistic counters. It seems, increment and decrement operators on atomic values are no more thread safe ( Once it was, but I guess this is a compiler issue ) Since the lock statistics can be disabled for production mode, there is not performance impact caused by the additional mutex calls

cego:

  • Made __dateFormatList in CegoMain threadsafe For the point-in-time recovery timestamp format, now the server defined format is used ( variable CGPITFORMAT is obsolete )
  • Added update sync mode. With this mode, the user can decide, if an update or delete should be blocked until another concurrent transaction is finished or return immediatly without updating concurrent affected tuples
  • Reactivation of rollback segment record locks in CegoLockHandler class. In CegoObjectManager::insertData, in case of rollback segements insert operations, the RB record lock is used instead of the system record lock. This might avoid some deadlock situations.

Submitted by: Bjoern Lemke <lemke@lemke-it.com>

Details

Provenance
piAuthored on
Parents
rP418313: java/openjfx8-devel: Unbreak build after Gradle update
Branches
Unknown
Tags
Unknown