From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Support huge pages on Windows |
Date: | 2018-01-21 14:45:32 |
Message-ID: | E1edGsG-0003ea-Dx@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Support huge pages on Windows
Add support for huge pages (called large pages on Windows) to the
Windows build.
This (probably) breaks compatibility with Windows versions prior to
Windows 2003 or Windows Vista.
Authors: Takayuki Tsunakawa and Thomas Munro
Reviewed by: Magnus Hagander, Amit Kapila
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1cc4f536ef86928a241126ca70d121873594630e
Modified Files
--------------
doc/src/sgml/config.sgml | 20 +++++--
src/backend/port/win32_shmem.c | 127 +++++++++++++++++++++++++++++++++++++----
src/backend/utils/misc/guc.c | 2 +-
src/bin/pg_ctl/pg_ctl.c | 77 ++++++++++++++++++++++---
4 files changed, 204 insertions(+), 22 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-01-21 20:20:42 | Re: pgsql: Fix behavior of ~> (cube, int) operator |
Previous Message | Magnus Hagander | 2018-01-21 12:44:46 | pgsql: Fix wording of "hostaddrs" |