Re: Shared Memory: How to use SYSV rather than MMAP ? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Shared Memory: How to use SYSV rather than MMAP ?
Date
Msg-id 20190926192231.GA15168@alvherre.pgsql
Whole thread Raw
In response to Re: Shared Memory: How to use SYSV rather than MMAP ?  (Thomas Munro <thomas.munro@gmail.com>)
Responses RE: Shared Memory: How to use SYSV rather than MMAP ?
List pgsql-hackers
On 2019-Sep-10, Thomas Munro wrote:

> Here's a quick rebase.  It needs testing, review and (probably)
> adjustment from AIX users.  I'm not going to be able to do anything
> with it on my own due to lack of access, though I'm happy to help get
> this committed eventually.  If we don't get any traction in this CF,
> I'll withdraw this submission for now.  For consistency, I think we
> should eventually also do the same thing for Linux when using sysv
> (it's pretty similar, it just uses different flag names; it may also
> be necessary to query the page size and round up the requested size,
> on one or both of those OSes; I'm not sure).

Tony, Sylvie, any chance for some testing on this patch?  It seems that
without that, this patch is going to waste.

If I don't hear from anyone on September 30, I'm going to close this as
Returned with Feedback.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: WIP: BRIN multi-range indexes
Next
From: Tomas Vondra
Date:
Subject: Re: Memory Accounting