13b8001 Ticket 49091 - remove usage of changelog semaphore

Authored and Committed by lkrispen 6 years ago
    Ticket 49091 - remove usage of changelog semaphore
    
    it was used to replace a serial lock, but now the writing to the changelog is done inside the txn and already serialized by the backend lock.
    we can remove unnecessary code
    
    Reviewed by: Thierry, William - thanks