• Robert Haas's avatar
    Simple table of contents for a shared memory segment. · 6ddd5137
    Robert Haas authored
    This interface is intended to make it simple to divide a dynamic shared
    memory segment into different regions with distinct purposes.  It
    therefore serves much the same purpose that ShmemIndex accomplishes for
    the main shared memory segment, but it is intended to be more
    lightweight.
    
    Patch by me.  Review by Andres Freund.
    6ddd5137
shm_toc.c 6.96 KB