Re: Posix Shared Mem patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Posix Shared Mem patch
Date
Msg-id 11577.1340892691@sss.pgh.pa.us
Whole thread Raw
In response to Re: Posix Shared Mem patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Posix Shared Mem patch  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
... btw, I rather imagine that Robert has already noticed this, but OS X
(and presumably other BSDen) spells the flag "MAP_ANON" not
"MAP_ANONYMOUS".  I also find this rather interesting flag there:
    MAP_HASSEMAPHORE  Notify the kernel that the region may contain sema-                      phores and that special
handlingmay be necessary.
 

By "semaphore" I suspect they mean "spinlock", so we'd better turn this
flag on where it exists.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Event Triggers reduced, v1
Next
From: Amit Kapila
Date:
Subject: Patch-2 (2-move-continuation-record-to-page-header.patch) WAL Format Changes