Support huge pages on Windows

Magnus Hagander <magnus@hagander.net>

Commit: 1cc4f536ef86928a241126ca70d121873594630e
Author: Magnus Hagander <magnus@hagander.net>
Date: 2018-01-21T14:40:46Z
Releases: 11.0
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +16 −4
src/backend/port/win32_shmem.c modified +117 −10
src/backend/utils/misc/guc.c modified +1 −1
src/bin/pg_ctl/pg_ctl.c modified +70 −7

Documentation touched