• Eugene Kosov's avatar
    fix aligned memcpy()-like functions usage · 700e0103
    Eugene Kosov authored
    I found that memcpy_aligned was used incorrectly at redo log and decided to put
    assertions in aligned functions. And found even more incorrect cases.
    
    Given the amount discovered of bugs, I left assertions to prevent future bugs.
    
    my_assume_aligned(): instead of MY_ASSUME_ALIGNED macro
    700e0103
page0page.h 44 KB