Re: Supporting huge pages on Windows

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Andres Freund <andres(at)anarazel(dot)de>, Craig Ringer <craig(dot)ringer(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Supporting huge pages on Windows
Date: 2017-09-12 10:15:34
Message-ID: CAEepm=3XSjHANCKpD2adion+2Rn_MbUB840mH9aei97cULrXQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 17, 2017 at 2:11 PM, Thomas Munro
<thomas(dot)munro(at)enterprisedb(dot)com> wrote:
> On Wed, Apr 12, 2017 at 7:08 PM, Tsunakawa, Takayuki
> <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com> wrote:
>> Oh, I got it now. Thanks. The revised patch is attached. The only modified file is pg_ctl.c. The patch worked as expected.
>>
>> It is regrettable that I could not make it in time for PG 10, but I'd appreciate it if you could review and commit this patch early in PG 11 while our memory is fresh. Thank you for your patience. I'll create an entry in the next CF soon.
>
> win_large_pages_v13.patch seems to be the latest version posted, but
> it no longer applies. Could you please post a rebased version?

Since it only conflicts with c7b8998e because of pgindent whitespace
movement, I applied it with "patch -p1 --ignore-whitespace" and
created a new patch. See attached.

--
Thomas Munro
http://www.enterprisedb.com

Attachment Content-Type Size
win_large_pages_v14.patch application/octet-stream 11.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2017-09-12 10:21:23 Re: Setting pd_lower in GIN metapage
Previous Message Amit Langote 2017-09-12 10:04:54 Re: Partition-wise join for join between (declaratively) partitioned tables