]> granicus.if.org Git - postgresql/commit
Support huge pages on Windows
authorMagnus Hagander <magnus@hagander.net>
Sun, 21 Jan 2018 14:40:46 +0000 (15:40 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 21 Jan 2018 14:40:46 +0000 (15:40 +0100)
commit1cc4f536ef86928a241126ca70d121873594630e
tree10d92ec1a8fb1242b3ce31e65861b68a22d4f5ae
parent5c15a54e851ecdd2b53e6d6a84f8ec0802ffc3cb
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
doc/src/sgml/config.sgml
src/backend/port/win32_shmem.c
src/backend/utils/misc/guc.c
src/bin/pg_ctl/pg_ctl.c