Re: [HACKERS] Supporting huge pages on Windows - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] Supporting huge pages on Windows
Date
Msg-id CAEepm=1pKATgFYwKKXWGhcnhOnhYD+v+S_YFMT3+YJwsfv4iWg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Supporting huge pages on Windows  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [HACKERS] Supporting huge pages on Windows
List pgsql-hackers
On Mon, Jan 22, 2018 at 3:45 AM, Magnus Hagander <magnus@hagander.net> wrote:
> I got myself a working build env now so I can at least verify it builds,
> which it does.
>
> With that, I'm pushing this. Let's see what the buildfarm thinks of it. And
> if others end up complaining about the platform drop, but I doubt that.
>
> Once again, apologies for the delay, and thanks for the patch!

+        To start the database server on the command prompt as a
standalone process,
+        not as a Windows service, the command prompt must be run as
an administrator
+        User Access Control (UAC) must be disabled. When the UAC is
enabled, the normal
+        command prompt revokes the user right Lock Pages in Memory
when started.

Is that first sentence  missing the word "and" after "administrator"?

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


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Support for Secure Transport SSL library on macOS asOpenSSL alternative
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)