On Mon, Sep 01, 2025 at 10:18:46AM +0000, Bertrand Drouvot wrote: > Changes look good.
Thanks for looking. > Not directly related, but I think that we can get rid of: > > size = add_size(size, LWLOCK_PADDED_SIZE); > > in LWLockShmemSize() and of: > > ptr += LWLOCK_PADDED_SIZE - ((uintptr_t) ptr) % LWLOCK_PADDED_SIZE; > > in CreateLWLocks(), and just make use of CACHELINEALIGN(). Let's take care of the tranche name stuff first. -- nathan
