Re: [HACKERS] Huge pages support on Windows - Mailing list pgsql-hackers

From Tsunakawa, Takayuki
Subject Re: [HACKERS] Huge pages support on Windows
Date
Msg-id 0A3221C70F24FB45833433255569204D1F728278@G01JPEXMBYT05
Whole thread Raw
In response to [HACKERS] Huge pages support on Windows  (Andrea caldarone <andrea.caldarone75@gmail.com>)
List pgsql-hackers
Hello, Andrea

From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Andrea caldarone
> Anyone can point me in the right direction?

Thank you for your interest.

1. Download the PostgreSQL 10 source code (which is still in development), which is the file named
postgresql-snapshot.tar.gzfrom here:
 

https://ftp.postgresql.org/pub/snapshot/dev/

2. Get the latest patch for huge page support for Windows in the mail thread you saw.  The file name is
win_large_pages_v13.patch.

3. Decompress the source code and apply the patch.
$ tar zxf postgresql-snapshot.tar.gz
$ cd postgresql*
$ patch -p1 < win_large_pages_v13.patch

Now you can build and install the program normally.

Regards
Takayuki Tsunakawa


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] WIP: Data at rest encryption
Next
From: Craig Ringer
Date:
Subject: Re: [HACKERS] Decimal64 and Decimal128