• Tom Lane's avatar
    Declare AnonymousShmem pointer as "void *". · 81e82643
    Tom Lane authored
    The original coding had it as "PGShmemHeader *", but that doesn't offer any
    notational benefit because we don't dereference it.  And it was resulting
    in compiler warnings on some platforms, notably buildfarm member
    castoroides, where mmap() and munmap() are evidently declared to take and
    return "char *".
    81e82643
sysv_shmem.c 20.6 KB