From owner-svn-src-head@FreeBSD.ORG Sat Mar 21 21:03:45 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 783844F5; Sat, 21 Mar 2015 21:03:45 +0000 (UTC) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5A432B71; Sat, 21 Mar 2015 21:03:44 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id ECA1156082; Sat, 21 Mar 2015 16:03:41 -0500 (CDT) Date: Sat, 21 Mar 2015 16:03:41 -0500 From: Mark Linimon To: Konstantin Belousov Subject: Re: svn commit: r280323 - head/sys/kern Message-ID: <20150321210341.GC15857@lonesome.com> References: <201503211501.t2LF1Kj8052521@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201503211501.t2LF1Kj8052521@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 21:03:45 -0000 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? mcl