... 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 handling may be necessary.
By "semaphore" I suspect they mean "spinlock", so we'd better turn this
flag on where it exists.
regards, tom lane
Next: From: Amit Kapila Date: 2012-06-28 14:40:00 Subject: Patch-2 (2-move-continuation-record-to-page-header.patch) WAL Format Changes Previous: From: Robert Haas Date: 2012-06-28 14:07:27 Subject: Re: Event Triggers reduced, v1