Re: 9.4 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: 9.4 release notes
Date: 2014-05-05 14:31:21
Message-ID: 20140505143121.GH29541@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 5, 2014 at 10:18:44AM -0400, Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > On Sun, May 4, 2014 at 03:49:27PM +0200, Andres Freund wrote:
>
> > > + <listitem>
> > > + <para>
> > > + Add huge_pages configuration parameter to attempt to use huge translation look-aside buffer (TLB) pages on Linux (Christian Kruse,
> > > + Richard Poole, Abhijit Menon-Sen)
> > > + </para>
> > >
> > > I think this is too detailed - how about: "... to use huge pages ..."?
> >
> > I am not sure on this as the default is "try", but I updated the wording
> > like your suggested:
> >
> > Add huge_pages configuration parameter to enable huge
> > translation look-aside buffer (TLB) pages on Linux
>
> Please see
> http://www.postgresql.org/message-id/20140226161302.GD4759@eldon.alvh.no-ip.org
> about the "TLB huge pages" terminology. Maybe "..enable huge MMU
> pages..." as suggested by Peter G. in that sub-thread.

You are totally correct. I was referencing tlb from the _old_ name for
the variable, but didn't update the description when the variable was
renamed.

New text is:

Add huge_pages configuration parameter to use huge memory pages on Linux (Christian Kruse,
Richard Poole, Abhijit Menon-Sen)

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2014-05-05 15:02:07 Re: Supporting multiple column assignment in UPDATE (9.5 project)
Previous Message Stephen Frost 2014-05-05 14:20:46 Re: Cluster name in ps output