svn commit: r280323 - head/sys/kern

Konstantin Belousov kostikbel at gmail.com
Sat Mar 21 21:08:20 UTC 2015


On Sat, Mar 21, 2015 at 04:03:41PM -0500, Mark Linimon wrote:
> On Sat, Mar 21, 2015 at 03:01:20PM +0000, Konstantin Belousov wrote:
> >   Somewhat modernize the SysV shm code:
> 
> Interesting.
> 
> Is my understanding correct that postgres still uses shm?  If so,
> has someone benchmarked the speedup?

Yes, some versions of Postgres still use SysV shm.  But note that the
code changed only works during shared segment creation and teardown.
Page faults are handled by the same VM code as it was before.

In other words, I expect that nothing changes WRT benchmarks.


More information about the svn-src-head mailing list