(Of course, we have to also ensure that the * array start address is suitably aligned.) */ typedef union WALInsertLockPadded { WALInsertLock l; char pad [PG_CACHE_LINE_SIZE]; } WALInsertLockPadded; /* ...
Some results have been hidden because they may be inaccessible to you