You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The original coding had it as "PGShmemHeader *", but that doesn't offer anynotational benefit because we don't dereference it. And it was resultingin compiler warnings on some platforms, notably buildfarm membercastoroides, where mmap() and munmap() are evidently declared to take andreturn "char *".