Re: Postgres 11 release notes - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Postgres 11 release notes
Date
Msg-id CABUevEyLyfuCORtvbvF=DwyW-+CSaVvTKEqLeXjgtTLwQRG1nA@mail.gmail.com
Whole thread Raw
In response to Re: Postgres 11 release notes  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Postgres 11 release notes  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Wed, May 16, 2018 at 4:08 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
On 2018-May-15, Bruce Momjian wrote:

> On Wed, May 16, 2018 at 09:01:35AM +0900, Tatsuo Ishii wrote:
> > There's a small typo.
> >
> > > Add support for with huge(large) pages on Windows (Takayuki Tsunakawa, Thomas Munro)
> >
> > I think a space between "huge" and "(large)" is needed.
>
> Done, URL updated.

I'm not sure why we say "huge (large) pages".  The natural term for
Windows is "large-pages",
https://msdn.microsoft.com/en-us/library/windows/desktop/aa366720(v=vs.85).aspx
so I think we should use that terminology.  Maybe something like

Add support for <firstterm>large pages</firstterm> on Windows (Takayuki Tsunakawa, Thomas Munro)
This is controlled by the <link>huge_pages</link> configuration parameter.


I assume the point here is that we the term huge pages is what's used in PostgreSQL. For example, they are still configured using the huge_pages GUC. 



--

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: postgres_fdw: Oddity in pushing down inherited UPDATE/DELETEjoins to remote servers
Next
From: Alvaro Herrera
Date:
Subject: Re: Postgres 11 release notes