Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WdhCA-0000J2-8P for pgsql-docs@arkaria.postgresql.org; Fri, 25 Apr 2014 14:33:42 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1WdhC8-0000w3-R1 for pgsql-docs@arkaria.postgresql.org; Fri, 25 Apr 2014 14:33:40 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WdhC7-0000vw-Se for pgsql-docs@postgresql.org; Fri, 25 Apr 2014 14:33:40 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WdhC5-0005qt-EJ for pgsql-docs@postgresql.org; Fri, 25 Apr 2014 14:33:39 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id s3PEXYKH006585; Fri, 25 Apr 2014 10:33:34 -0400 From: Tom Lane To: Joe Conway cc: pgsql-docs@postgresql.org Subject: Re: 9.3 release notes and maintenance_work_mem In-reply-to: <5359DD94.1000600@joeconway.com> References: <5359D5C4.9090509@joeconway.com> <5359DD94.1000600@joeconway.com> Comments: In-reply-to Joe Conway message dated "Thu, 24 Apr 2014 20:59:16 -0700" Date: Fri, 25 Apr 2014 10:33:34 -0400 Message-ID: <6584.1398436414@sss.pgh.pa.us> X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Joe Conway writes: >> Shouldn't the reference to work_mem here: >> >> "Allow in-memory sorts to use their full memory allocation (Jeff >> Janes)" >> http://www.postgresql.org/docs/9.3/interactive/release-9-3.html#AEN114956 >> >> actually be referencing maintenance_work_mem? > Or I suppose, rather, shouldn't it be referring to both? In principle I suppose someone might've set maintenance_work_mem with an eye on the space needed to build specific indexes, but it seems relatively unlikely compared to the work_mem scenario. I think it'd just confuse people to mention both parameters. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs